1ZDUMP(8) Linux System Administration ZDUMP(8)
2
3
4
6 zdump - timezone dumper
7
9 zdump [ --version ] [ --help ] [ -v ] [ -c [loyear,]hiyear ] [ zonename
10 ... ]
11
13 Zdump prints the current time in each zonename named on the command
14 line.
15
16 These options are available:
17
18 --version
19 Output version information and exit.
20
21 --help Output short usage and exit.
22
23 -v For each zonename on the command line, print the time at the
24 lowest possible time value, the time one day after the lowest
25 possible time value, the times both one second before and
26 exactly at each detected time discontinuity, the time at one day
27 less than the highest possible time value, and the time at the
28 highest possible time value. Each line ends with isdst=1 if the
29 given time is Daylight Saving Time or isdst=0 otherwise.
30
31 -c [loyear,]hiyear
32 Cut off the verbose output near the start of the given year(s).
33 The output still includes the lowest possible time value and one
34 day after it, and the highest possible time value preceded by
35 the time value one day before it.
36
38 tzfile(5), zic(8)
39
41 This page is part of release 3.53 of the Linux man-pages project. A
42 description of the project, and information about reporting bugs, can
43 be found at http://www.kernel.org/doc/man-pages/.
44
45
46
47 2013-02-12 ZDUMP(8)