|
Lines 5-22
Link Here
|
| 5 |
.Nm tzfile |
5 |
.Nm tzfile |
| 6 |
.Nd timezone information |
6 |
.Nd timezone information |
| 7 |
.Sh SYNOPSIS |
7 |
.Sh SYNOPSIS |
| 8 |
.Fd #include <tzfile.h> |
8 |
.Fd #include "/usr/src/lib/libc/stdtime/tzfile.h" |
| 9 |
.Sh DESCRIPTION |
9 |
.Sh DESCRIPTION |
| 10 |
The time zone information files used by |
10 |
The time zone information files used by |
| 11 |
.Xr tzset 3 |
11 |
.Xr tzset 3 |
| 12 |
begin with bytes reserved for future use, |
12 |
begin with 20 bytes reserved for future use, |
| 13 |
followed by four four-byte values |
13 |
followed by six four-byte values |
| 14 |
written in a ``standard'' byte order |
14 |
written in a ``standard'' byte order |
| 15 |
(the high-order byte of the value is written first). |
15 |
(the high-order byte of the value is written first). |
| 16 |
These values are, |
16 |
These values are, |
| 17 |
in order: |
17 |
in order: |
| 18 |
.Pp |
18 |
.Pp |
| 19 |
.Bl -tag -compact -width tzh_ttisstdcnt |
19 |
.Bl -tag -compact -width tzh_ttisstdcnt |
|
|
20 |
.It Li tzh_ttisgmtcnt |
| 21 |
The number of UTC/local indicators stored in the file. |
| 20 |
.It Li tzh_ttisstdcnt |
22 |
.It Li tzh_ttisstdcnt |
| 21 |
The number of standard/wall indicators stored in the file. |
23 |
The number of standard/wall indicators stored in the file. |
| 22 |
.It Li tzh_leapcnt |
24 |
.It Li tzh_leapcnt |
|
Lines 119-121
Link Here
|
| 119 |
.Xr time2posix 3 , |
121 |
.Xr time2posix 3 , |
| 120 |
.Xr zic 8 |
122 |
.Xr zic 8 |
| 121 |
.\" @(#)tzfile.5 7.2 |
123 |
.\" @(#)tzfile.5 7.2 |
|
|
124 |
.\" This file is in the public domain, so clarified as of |
| 125 |
.\" 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov). |