summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2009-11-17 16:29:39 +0000
committerobrien <obrien@FreeBSD.org>2009-11-17 16:29:39 +0000
commit7a582e36614baf11e09a8f5fc8444c3297de67e6 (patch)
tree83c8cf717055e05458495eb19c8e815cf9a60d2d /lib
parentee88dde1cb193dd055765cf54b3558e2853e11fa (diff)
downloadFreeBSD-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 'lib')
-rw-r--r--lib/libc/gen/tzset.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/tzset.3 b/lib/libc/gen/tzset.3
index 34ca238..8d37fca 100644
--- a/lib/libc/gen/tzset.3
+++ b/lib/libc/gen/tzset.3
@@ -310,14 +310,14 @@ time zone directory
rules for
.Tn POSIX Ns -style
.Tn TZ Ns 's
-.It Pa /usr/share/zoneinfo/GMT
+.It Pa /usr/share/zoneinfo/Etc/GMT
for
.Tn UTC
leap seconds
.El
.Pp
If the file
-.Pa /usr/share/zoneinfo/GMT
+.Pa /usr/share/zoneinfo/UTC
does not exist,
.Tn UTC
leap seconds are loaded from
OpenPOWER on IntegriCloud