]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Mention a gmtime_r problem.
authorBruno Haible <bruno@clisp.org>
Tue, 3 Sep 2024 09:34:11 +0000 (11:34 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 3 Sep 2024 09:34:11 +0000 (11:34 +0200)
* doc/posix-functions/gmtime_r.texi: Mention "UTC" vs. "GMT".

ChangeLog
doc/posix-functions/gmtime_r.texi

index f45cb8ed912f9787efc963860f37c633444e8847..c90b8a957d794478d3fdcb3fc9dd5114189e7724 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index f49547595b276bbff6ad35e44b12419b58d2b399..6474b9151a1b30ff346fd326a289d29e06434223 100644 (file)
@@ -23,4 +23,8 @@ 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.
+@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