rename svn revision variable to one with underscore, to not pollute
[minix3.git] / commands / zoneinfo / zdump.8.txt
blob78c647f7636b3dafc3f9de017e9bb8b26c93f944
1 NAME
3      zdump - time zone dumper
5 SYNOPSIS
6      zdump [ --version ] [ -v ] [ -c [loyear,]hiyear ] [ zonename
7      ... ]
9 DESCRIPTION
10      Zdump prints the current time in each zonename named on the
11      command line.
13      These options are available:
15      --version
16           Output version information and exit.
18      -v   For each zonename on the command line, print the time
19           at the lowest possible time value, the time one day
20           after the lowest possible time value, the times both
21           one second before and exactly at each detected time
22           discontinuity, the time at one day less than the
23           highest possible time value, and the time at the
24           highest possible time value, Each line ends with
25           isdst=1 if the given time is Daylight Saving Time or
26           isdst=0 otherwise.
28      -c [loyear,]hiyear
29           Cut off verbose output near the start of the given
30           year(s).  By default, the program cuts off verbose
31           output near the starts of the years -500 and 2500.
33 LIMITATIONS
34      The -v option may not be used on systems with floating-point
35      time_t values that are neither float nor double.
37      Time discontinuities are found by sampling the results
38      returned by localtime at twelve-hour intervals.  This works
39      in all real-world cases; one can construct artificial time
40      zones for which this fails.
42 SEE ALSO
43      newctime(3), tzfile(5), zic(8)