]> git.saurik.com Git - apple/system_cmds.git/blame - zdump.tproj/zdump.8
system_cmds-735.20.1.tar.gz
[apple/system_cmds.git] / zdump.tproj / zdump.8
CommitLineData
2fc1e207
A
1.\"
2.\" @(#)zdump.8 7.3
3.\" $FreeBSD: src/usr.sbin/zic/zdump.8,v 1.10 2004/06/20 21:41:11 stefanf Exp $
4.\"
5.Dd June 20, 2004
6.Dt ZDUMP 8
7.Os
8.Sh NAME
9.Nm zdump
10.Nd timezone dumper
11.Sh SYNOPSIS
ef8ad44b 12.Nm
2fc1e207
A
13.Op Fl -version
14.Op Fl v
ef8ad44b
A
15.Op Fl c Ar cutoffyear
16.Op Ar zonename ...
2fc1e207
A
17.Sh DESCRIPTION
18The
ef8ad44b 19.Nm
2fc1e207 20utility prints the current time in each
ef8ad44b 21.Ar zonename
1815bff5 22named on the command line.
2fc1e207
A
23.Pp
24The following options are available:
25.Bl -tag -width indent
ef8ad44b
A
26.It Fl -version
27Output version information and exit.
2fc1e207 28.It Fl v
1815bff5 29For each
ef8ad44b 30.Ar zonename
1815bff5
A
31on the command line,
32print the time at the lowest possible time value,
33the time one day after the lowest possible time value,
34the times both one second before and exactly at
35each detected time discontinuity,
36the time at one day less than the highest possible time value,
37and the time at the highest possible time value,
38Each line ends with
2fc1e207 39.Em isdst=1
1815bff5 40if the given time is Daylight Saving Time or
2fc1e207 41.Em isdst=0
1815bff5 42otherwise.
ef8ad44b
A
43.It Fl c Ar cutoffyear
44Cut off the verbose output near the start of the given year.
2fc1e207
A
45.El
46.Sh "SEE ALSO"
47.Xr ctime 3 ,
48.Xr tzfile 5 ,
49.Xr zic 8