diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-10-31 13:15:57 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-10-31 13:17:00 -0700 |
commit | f8042536dcdef2543b9506500ed22564df12dcd1 (patch) | |
tree | b43561fe5a079bb9eda0948e7f05adeadcc1b59f /time | |
parent | c1dac8f83ecda0d23f92ddacad52818f658988a4 (diff) | |
download | glibc-f8042536dcdef2543b9506500ed22564df12dcd1.tar.gz glibc-f8042536dcdef2543b9506500ed22564df12dcd1.tar.xz glibc-f8042536dcdef2543b9506500ed22564df12dcd1.zip |
Sync time/mktime.c with gnulib
This syncs with gnulib commit 9e78024bad107fe786cc3e5e328a475921ea0873. * time/mktime.c: Update URL in comment.
Diffstat (limited to 'time')
-rw-r--r-- | time/mktime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/mktime.c b/time/mktime.c index 8fe2f963ae..11b0d5353b 100644 --- a/time/mktime.c +++ b/time/mktime.c @@ -78,7 +78,7 @@ my_tzset (void) - Time zone names based on geography, without slashes, e.g. "Singapore". - Time zone names that contain explicit DST rules. Syntax: see - <http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html#tag_08_03> + <https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html#tag_08_03> The Microsoft CRT understands only the first kind. It produces incorrect results if the value of TZ is of the other kinds. But in a Cygwin environment, /etc/profile.d/tzset.sh sets TZ to a value |