diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2023-06-22 13:44:50 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2023-06-22 13:49:09 -0700 |
commit | 21fbc0a19366f89638a30eef2b53c6d4baafdb88 (patch) | |
tree | 72d20654a70d7b7b953791bcffd24f1c6a025901 /time/mktime.c | |
parent | 99f9ae4ed0ba9f2c84520b78fd0eeed96a7ed40e (diff) | |
download | glibc-21fbc0a19366f89638a30eef2b53c6d4baafdb88.tar.gz glibc-21fbc0a19366f89638a30eef2b53c6d4baafdb88.tar.xz glibc-21fbc0a19366f89638a30eef2b53c6d4baafdb88.zip |
Call "CST" a time zone abbreviation, not a name
In documentation, call strings like "CST" time zone abbreviations, not time zone names. This terminology is more precise, and is what tzdb uses. A string like "CST" is ambiguous and does not fully name a time zone.
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 94a4320e6c..a73474e7ee 100644 --- a/time/mktime.c +++ b/time/mktime.c @@ -536,7 +536,7 @@ __time64_t __mktime64 (struct tm *tp) { /* POSIX.1 8.1.1 requires that whenever mktime() is called, the - time zone names contained in the external variable 'tzname' shall + time zone abbreviations contained in the external variable 'tzname' shall be set as if the tzset() function had been called. */ __tzset (); |