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

POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/gmtime.html}

Gnulib module: ---

Portability problems fixed by Gnulib:
@itemize
@end itemize

Portability problems not fixed by Gnulib:
@itemize
@item
On some platforms, this function yields incorrect values for
timestamps before the year 1:
MacOS X 10.5, Solaris 11.3.
@end itemize