10.67.15 gmtime
¶
POSIX specification:
https://pubs.opengroup.org/onlinepubs/9799919799/functions/gmtime.html
Gnulib module: —
Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
- On some platforms, this function yields incorrect values for
timestamps before the year 1:
MacOS X 10.5, Solaris 11.3.
- On some platforms, this function returns NULL for arguments < -43200, that is,
for timestamps before 1969-12-31 12:00:00 UTC:
mingw, MSVC.