1ZDUMP(8) System Manager's Manual ZDUMP(8)
2
3
4
6 zdump - time zone dumper
7
9 zdump [ -v ] [ -c cutoffyear ] [ zonename ... ]
10
12 Zdump prints the current time in each zonename named on the command
13 line.
14
15 These options are available:
16
17 -v For each zonename on the command line, print the time at the
18 lowest possible time value, the time one day after the lowest
19 possible time value, the times both one second before and
20 exactly at each detected time discontinuity, the time at one day
21 less than the highest possible time value, and the time at the
22 highest possible time value. Each line ends with isdst=1 if the
23 given time is Daylight Saving Time or isdst=0 otherwise.
24
25 -c cutoffyear
26 Cut off the verbose output near the start of the given year.
27
29 tzfile(5), zic(8)
30
31
32
33 ZDUMP(8)