xref: /dragonfly/usr.sbin/zic/zdump.8 (revision 6e285212)
1.\"
2.\"	@(#)zdump.8	7.3
3.\" $FreeBSD: src/usr.sbin/zic/zdump.8,v 1.7.2.2 2003/03/11 22:31:35 trhodes Exp $
4.\" $DragonFly: src/usr.sbin/zic/zdump.8,v 1.2 2003/06/17 04:30:05 dillon Exp $
5.\"
6.Dd September 13, 1994
7.Dt ZDUMP 8
8.Os
9.Sh NAME
10.Nm zdump
11.Nd timezone dumper
12.Sh SYNOPSIS
13.Nm
14.Op Fl v
15.Op Fl c Ar cutoffyear
16.Op Ar zonename ...
17.Sh DESCRIPTION
18The
19.Nm
20utility prints the current time in each
21.Ar zonename
22named on the command line.
23.Pp
24The following options are available:
25.Bl -tag -width indent
26.It Fl v
27For each
28.Ar zonename
29on the command line,
30print the time at the lowest possible time value,
31the time one day after the lowest possible time value,
32the times both one second before and exactly at
33each detected time discontinuity,
34the time at one day less than the highest possible time value,
35and the time at the highest possible time value,
36Each line ends with
37.Em isdst=1
38if the given time is Daylight Saving Time or
39.Em isdst=0
40otherwise.
41.It Fl c Ar cutoffyear
42Cut off the verbose output near the start of the given year.
43.El
44.Sh "SEE ALSO"
45.Xr ctime 3 ,
46.Xr tzfile 5 ,
47.Xr zic 8
48