diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-03-17 16:26:07 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-03-17 16:26:07 -0700 |
commit | 78919d3886c9543279ec755a701e279c62b44164 (patch) | |
tree | 4b442302ca71b893a617f8a374da7b46f26c749d /time/mktime.c | |
parent | b626c5aa5d0673a9caa48fb79fba8bda237e6fa8 (diff) | |
download | glibc-78919d3886c9543279ec755a701e279c62b44164.tar.gz glibc-78919d3886c9543279ec755a701e279c62b44164.tar.xz glibc-78919d3886c9543279ec755a701e279c62b44164.zip |
* time/mktime.c: Update obsolete URL in comment.
Diffstat (limited to 'time/mktime.c')
-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 af43a6950d..57efee9b25 100644 --- a/time/mktime.c +++ b/time/mktime.c @@ -72,7 +72,7 @@ my_tzset (void) /* Rectify the value of the environment variable TZ. There are four possible kinds of such values: - Traditional US time zone names, e.g. "PST8PDT". Syntax: see - <https://msdn.microsoft.com/en-us/library/90s5c885.aspx> + <https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/tzset> - Time zone names based on geography, that contain one or more slashes, e.g. "Europe/Moscow". - Time zone names based on geography, without slashes, e.g. |