* doc/posix-functions/gmtime_r.texi: Mention "UTC" vs. "GMT".
+2024-09-03 Bruno Haible <bruno@clisp.org>
+
+ doc: Mention a gmtime_r problem.
+ * doc/posix-functions/gmtime_r.texi: Mention "UTC" vs. "GMT".
+
2024-09-02 Bruno Haible <bruno@clisp.org>
vma-prot tests: Strengthen test.
On some platforms, this function yields incorrect values for
timestamps before the year 1:
MacOS X 10.5, Solaris 11.3.
+@item
+This function sets the field @code{tm_zone} to @code{"GMT"}
+instead of @code{"UTC"} on some platforms:
+glibc, NetBSD, OpenBSD, Minix, Cygwin, Android.
@end itemize