]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/zic/zdump.8
vfork -> fork. The child calls execl() which calls malloc(), so
[FreeBSD/FreeBSD.git] / usr.sbin / zic / zdump.8
1 .\"
2 .\"     @(#)zdump.8     7.3
3 .\"     $Id$
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 zdump
13 .Op Fl v
14 .Op Fl c Ar cutoffyear
15 .Op Ar zonename ...
16 .Sh DESCRIPTION
17 .Nm Zdump
18 prints the current time in each
19 .Ar zonename
20 named on the command line.
21 .Pp
22 The following options are available:
23 .Bl -tag -width indent
24 .It Fl v
25 For each
26 .Ar zonename
27 on the command line,
28 print the time at the lowest possible time value,
29 the time one day after the lowest possible time value,
30 the times both one second before and exactly at
31 each detected time discontinuity,
32 the time at one day less than the highest possible time value,
33 and the time at the highest possible time value,
34 Each line ends with
35 .Em isdst=1
36 if the given time is Daylight Saving Time or
37 .Em isdst=0
38 otherwise.
39 .It Fl c Ar cutoffyear
40 Cut off the verbose output near the start of the given year.
41 .Sh "SEE ALSO"
42 .Xr ctime 3 ,
43 .Xr tzfile 5 ,
44 .Xr zic 8