Initial import from FreeBSD RELENG_4:
[dragonfly.git] / usr.sbin / zic / zdump.8
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 .\"
5 .Dd September 13, 1994
6 .Dt ZDUMP 8
7 .Os
8 .Sh NAME
9 .Nm zdump
10 .Nd timezone dumper
11 .Sh SYNOPSIS
12 .Nm
13 .Op Fl v
14 .Op Fl c Ar cutoffyear
15 .Op Ar zonename ...
16 .Sh DESCRIPTION
17 The
18 .Nm
19 utility prints the current time in each
20 .Ar zonename
21 named on the command line.
22 .Pp
23 The following options are available:
24 .Bl -tag -width indent
25 .It Fl v
26 For each
27 .Ar zonename
28 on the command line,
29 print the time at the lowest possible time value,
30 the time one day after the lowest possible time value,
31 the times both one second before and exactly at
32 each detected time discontinuity,
33 the time at one day less than the highest possible time value,
34 and the time at the highest possible time value,
35 Each line ends with
36 .Em isdst=1
37 if the given time is Daylight Saving Time or
38 .Em isdst=0
39 otherwise.
40 .It Fl c Ar cutoffyear
41 Cut off the verbose output near the start of the given year.
42 .El
43 .Sh "SEE ALSO"
44 .Xr ctime 3 ,
45 .Xr tzfile 5 ,
46 .Xr zic 8