tz database is in /usr/share/zoneinfo.
This commit is contained in:
parent
fedb5c0368
commit
288ee57135
@ -156,20 +156,20 @@ On BSD-based systems,
|
|||||||
the adjustment is made by changing the rate at which time advances;
|
the adjustment is made by changing the rate at which time advances;
|
||||||
on System-V-based systems, the adjustment is made by changing the time.
|
on System-V-based systems, the adjustment is made by changing the time.
|
||||||
.SH FILES
|
.SH FILES
|
||||||
.ta \w'/usr/local/etc/zoneinfo/posixrules\0\0'u
|
.ta \w'/usr/share/zoneinfo/posixrules\0\0'u
|
||||||
/usr/lib/locale/\f2L\fP/LC_TIME description of time locale \f2L\fP
|
/usr/lib/locale/\f2L\fP/LC_TIME description of time locale \f2L\fP
|
||||||
.br
|
.br
|
||||||
/usr/local/etc/zoneinfo time zone information directory
|
/usr/share/zoneinfo time zone information directory
|
||||||
.br
|
.br
|
||||||
/usr/local/etc/zoneinfo/localtime local time zone file
|
/usr/share/zoneinfo/localtime local time zone file
|
||||||
.br
|
.br
|
||||||
/usr/local/etc/zoneinfo/posixrules used with POSIX-style TZ's
|
/usr/share/zoneinfo/posixrules used with POSIX-style TZ's
|
||||||
.br
|
.br
|
||||||
/usr/local/etc/zoneinfo/GMT for UTC leap seconds
|
/usr/share/zoneinfo/GMT for UTC leap seconds
|
||||||
.sp
|
.sp
|
||||||
If
|
If
|
||||||
.B /usr/local/etc/zoneinfo/GMT
|
.B /usr/share/zoneinfo/GMT
|
||||||
is absent,
|
is absent,
|
||||||
UTC leap seconds are loaded from
|
UTC leap seconds are loaded from
|
||||||
.BR /usr/local/etc/zoneinfo/posixrules .
|
.BR /usr/share/zoneinfo/posixrules .
|
||||||
.\" @(#)date.1 7.4
|
.\" @(#)date.1 7.4
|
||||||
|
@ -185,20 +185,20 @@ is the offset (in seconds) of the time represented
|
|||||||
from UTC, with positive values indicating east
|
from UTC, with positive values indicating east
|
||||||
of the Prime Meridian.
|
of the Prime Meridian.
|
||||||
.SH FILES
|
.SH FILES
|
||||||
.ta \w'/usr/local/etc/zoneinfo/posixrules\0\0'u
|
.ta \w'/usr/share/zoneinfo/posixrules\0\0'u
|
||||||
/usr/local/etc/zoneinfo time zone information directory
|
/usr/share/zoneinfo time zone information directory
|
||||||
.br
|
.br
|
||||||
/usr/local/etc/zoneinfo/localtime local time zone file
|
/usr/share/zoneinfo/localtime local time zone file
|
||||||
.br
|
.br
|
||||||
/usr/local/etc/zoneinfo/posixrules used with POSIX-style TZ's
|
/usr/share/zoneinfo/posixrules used with POSIX-style TZ's
|
||||||
.br
|
.br
|
||||||
/usr/local/etc/zoneinfo/GMT for UTC leap seconds
|
/usr/share/zoneinfo/GMT for UTC leap seconds
|
||||||
.sp
|
.sp
|
||||||
If
|
If
|
||||||
.B /usr/local/etc/zoneinfo/GMT
|
.B /usr/share/zoneinfo/GMT
|
||||||
is absent,
|
is absent,
|
||||||
UTC leap seconds are loaded from
|
UTC leap seconds are loaded from
|
||||||
.BR /usr/local/etc/zoneinfo/posixrules .
|
.BR /usr/share/zoneinfo/posixrules .
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
getenv(3),
|
getenv(3),
|
||||||
newstrftime(3),
|
newstrftime(3),
|
||||||
|
@ -214,20 +214,20 @@ environment variable does not specify a
|
|||||||
and cannot be interpreted as a direct specification,
|
and cannot be interpreted as a direct specification,
|
||||||
UTC is used.
|
UTC is used.
|
||||||
.SH FILES
|
.SH FILES
|
||||||
.ta \w'/usr/local/etc/zoneinfo/posixrules\0\0'u
|
.ta \w'/usr/share/zoneinfo/posixrules\0\0'u
|
||||||
/usr/local/etc/zoneinfo time zone information directory
|
/usr/share/zoneinfo time zone information directory
|
||||||
.br
|
.br
|
||||||
/usr/local/etc/zoneinfo/localtime local time zone file
|
/usr/share/zoneinfo/localtime local time zone file
|
||||||
.br
|
.br
|
||||||
/usr/local/etc/zoneinfo/posixrules used with POSIX-style TZ's
|
/usr/share/zoneinfo/posixrules used with POSIX-style TZ's
|
||||||
.br
|
.br
|
||||||
/usr/local/etc/zoneinfo/GMT for UTC leap seconds
|
/usr/share/zoneinfo/GMT for UTC leap seconds
|
||||||
.sp
|
.sp
|
||||||
If
|
If
|
||||||
.B /usr/local/etc/zoneinfo/GMT
|
.B /usr/share/zoneinfo/GMT
|
||||||
is absent,
|
is absent,
|
||||||
UTC leap seconds are loaded from
|
UTC leap seconds are loaded from
|
||||||
.BR /usr/local/etc/zoneinfo/posixrules .
|
.BR /usr/share/zoneinfo/posixrules .
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
getenv(3),
|
getenv(3),
|
||||||
newctime(3),
|
newctime(3),
|
||||||
|
@ -21,7 +21,7 @@ program (default:
|
|||||||
.TP
|
.TP
|
||||||
\f3TZDIR\fP
|
\f3TZDIR\fP
|
||||||
Name of the directory containing time zone data files (default:
|
Name of the directory containing time zone data files (default:
|
||||||
.BR /usr/local/etc/zoneinfo ).
|
.BR /usr/share/zoneinfo ).
|
||||||
.SH FILES
|
.SH FILES
|
||||||
.TP
|
.TP
|
||||||
\f2TZDIR\fP\f3/iso3166.tab\fP
|
\f2TZDIR\fP\f3/iso3166.tab\fP
|
||||||
|
@ -430,7 +430,7 @@ To get separate transitions
|
|||||||
use multiple zone continuation lines
|
use multiple zone continuation lines
|
||||||
specifying transition instants using universal time.
|
specifying transition instants using universal time.
|
||||||
.SH FILE
|
.SH FILE
|
||||||
/usr/local/etc/zoneinfo standard directory used for created files
|
/usr/share/zoneinfo standard directory used for created files
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
newctime(3), tzfile(5), zdump(8)
|
newctime(3), tzfile(5), zdump(8)
|
||||||
.\" @(#)zic.8 7.24
|
.\" @(#)zic.8 7.24
|
||||||
|
Loading…
x
Reference in New Issue
Block a user