Search found 1 match
- Tue Jun 09, 2020 5:26 am
- Forum: General Discussion
- Topic: getLocalTime(&local); Definitions of time zones
- Replies: 7
- Views: 16267
Re: getLocalTime(&local); Definitions of time zones
The official reference for the TZ setting syntax is in the Single Unix Specification (a.k.a. POSIX) standard: https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html#tag_08 . See also the GNU libc documentation: https://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html Lo...