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.
This commit is contained in:
Paul Eggert
2023-06-22 13:49:09 -07:00
parent 99f9ae4ed0
commit 21fbc0a193
8 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ do_test (void)
tzset ();
return
/* Sanity-check that we got the right timezone-name for DST. For
/* Sanity-check that we got the right abbreviation for DST. For
normal time, we're likely to get "-00" (the "unspecified" marker),
even though the POSIX timezone string says "-04". Let's not test
that. */