2 @section @code{timezone}
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/timezone.html}
9 Portability problems fixed by Gnulib:
13 Portability problems not fixed by Gnulib:
16 This variable is missing on some platforms:
17 IRIX 6.5, OSF/1 5.1, mingw.
19 The address of this variable is not a compile-time constant on some platforms:
22 Native Windows platforms (mingw, MSVC) support only a subset of time
23 zones supported by GNU or specified by POSIX. @xref{tzset}.
26 A more portable way of getting the UTC offset is to use
27 @code{strftime} with the @code{%z} format. @xref{strftime}.