mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 12:08:16 +00:00
Update comments in a Kconfig file
This commit is contained in:
parent
68bd885112
commit
814aa94b0d
1 changed files with 8 additions and 5 deletions
13
libc/Kconfig
13
libc/Kconfig
|
|
@ -270,13 +270,16 @@ config LIBC_LOCALTIME
|
|||
localtime API call support
|
||||
|
||||
Logic currently depends on file system support with, at a minimum, these
|
||||
files in the zoneinfo directory: GMT and posixrules.
|
||||
files in the zoneinfo directory: GMT and posixrules. An additional
|
||||
timezone file is required for any another time zone and the environment
|
||||
variable TZ must be set to the name of that file.
|
||||
|
||||
There is also an issue with mktime being called very early in
|
||||
initialization by the OS before there are any file systems available.
|
||||
There is an issue with mktime being called very early in initialization
|
||||
by the OS before there are any file systems available.
|
||||
|
||||
And finally, the times presented by the NSH date command are wrong with
|
||||
this logic is enabled.
|
||||
And finally, the times presented by the NSH date command are wrong when
|
||||
this logic is enabled. I assume that this is due to some inconsistency
|
||||
between the NuttX timing logic and the localtime timing logic.
|
||||
|
||||
if LIBC_LOCALTIME
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue