summaryrefslogtreecommitdiff
path: root/doc/posix-functions/tzset.texi
blob: a457409352a1ad4e3dc4a5f9d7a9a6129fec5108 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@node tzset
@section @code{tzset}
@findex tzset

POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tzset.html}

Gnulib module: tzset

Portability problems fixed by Gnulib:
@itemize
@item
On native Windows platforms (mingw, MSVC), this function works incorrectly
when the environment variable @code{TZ} has been set by Cygwin.
@item
This function clobbers the buffer used by the localtime function on some
platforms:
Solaris 2.6.
@end itemize

Portability problems not fixed by Gnulib:
@itemize
@end itemize