Branch
Hash :
adfbfffa
Author :
Date :
2024-07-20T20:02:14
doc: Sort the ISO C and POSIX Function Substitutes by header file. * doc/gnulib.texi (Function Substitutes): Add one section per header file. * doc/posix-functions/*.texi: Each of these files is now a subsection.
@node gmtime
@subsection @code{gmtime}
@findex gmtime
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/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.
@item
On some platforms, this function returns NULL for arguments < -43200, that is,
for timestamps before 1969-12-31 12:00:00 UTC:
mingw, MSVC.
@end itemize