diff options
Diffstat (limited to 'contrib/tzdata/etcetera')
| -rw-r--r-- | contrib/tzdata/etcetera | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/contrib/tzdata/etcetera b/contrib/tzdata/etcetera index 987a6483b644..a7e0eb4168ad 100644 --- a/contrib/tzdata/etcetera +++ b/contrib/tzdata/etcetera @@ -17,13 +17,17 @@ # behind GMT but uses the completely misleading abbreviation "GMT". Zone Etc/GMT 0 - GMT + +# The following zone is used by tzcode functions like gmtime, +# which load the "UTC" file to handle seconds properly. Zone Etc/UTC 0 - UTC # The following link uses older naming conventions, # but it belongs here, not in the file 'backward', -# as functions like gmtime load the "UTC" file to handle leap seconds properly. -# We want this to work even on installations that omit the other older names. -Link Etc/UTC UTC +# as it is needed for tzcode releases through 2022a, +# where functions like gmtime load "GMT" instead of the "Etc/UTC". +# We want this to work even on installations that omit 'backward'. +Link Etc/GMT GMT Link Etc/UTC Etc/Universal Link Etc/UTC Etc/Zulu |
