diff --git a/system/zoneinfo/README.txt b/system/zoneinfo/README.txt index 0d6d3f545..f8e11be89 100644 --- a/system/zoneinfo/README.txt +++ b/system/zoneinfo/README.txt @@ -29,6 +29,9 @@ doing this: application using the mount() interface described in uttx/include/sys/mount.h. + This steps, however, must be done very early in initialization, + before there is any need for time-related services. + Both of these steps are shown together in the following code sample: /****************************************************************************