Next: , Previous: , Up: ISO C and POSIX Function Substitutes   [Contents][Index]


10.1237 tzname

POSIX specification:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/tzname.html

Gnulib module: tzname

Portability problems fixed by Gnulib:

Portability problems not fixed by Gnulib:

This variable is vestigial: it is not needed and does not suffice in general. It is planned to be removed from a future version of POSIX. A more portable way of getting the time zone abbreviation is to use strftime with the %Z format. See strftime.