diff options
author | obrien <obrien@FreeBSD.org> | 2009-11-17 16:29:39 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2009-11-17 16:29:39 +0000 |
commit | 7a582e36614baf11e09a8f5fc8444c3297de67e6 (patch) | |
tree | 83c8cf717055e05458495eb19c8e815cf9a60d2d /share/zoneinfo | |
parent | ee88dde1cb193dd055765cf54b3558e2853e11fa (diff) | |
download | FreeBSD-src-7a582e36614baf11e09a8f5fc8444c3297de67e6.zip FreeBSD-src-7a582e36614baf11e09a8f5fc8444c3297de67e6.tar.gz |
Catch up with r130332 which changed the default timezone from GMT to UTC.
Otherwise the tzload() (when called by gmtload()) fails to locate the UTC
file and loads the posixrules.
Diffstat (limited to 'share/zoneinfo')
-rw-r--r-- | share/zoneinfo/etcetera | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/zoneinfo/etcetera b/share/zoneinfo/etcetera index 5c93682..8f69280 100644 --- a/share/zoneinfo/etcetera +++ b/share/zoneinfo/etcetera @@ -16,9 +16,9 @@ Zone Etc/UCT 0 - UCT # The following link uses older naming conventions, # but it belongs here, not in the file `backward', -# as functions like gmtime load the "GMT" file to handle leap seconds properly. +# 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/GMT GMT +Link Etc/UTC UTC Link Etc/UTC Etc/Universal Link Etc/UTC Etc/Zulu |