forget difference between big and small commands - obsolete with vm.
[minix.git] / man / man8 / zdump.8
blobb22a12955fe9caf13b768bd6a8aaf6829f1a9feb
1 .TH ZDUMP 8
2 .SH NAME
3 zdump \- time zone dumper
4 .SH SYNOPSIS
5 .B zdump
7 .B \-\-version
10 .B \-v
11 ] [
12 .B \-c
13 [loyear,]hiyear ] [ zonename ... ]
14 .SH DESCRIPTION
15 .I Zdump
16 prints the current time in each
17 .I zonename
18 named on the command line.
19 .PP
20 These options are available:
21 .TP
22 .BI "\-\-version"
23 Output version information and exit.
24 .TP
25 .B \-v
26 For each
27 .I 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 .B isdst=1
37 if the given time is Daylight Saving Time or
38 .B isdst=0
39 otherwise.
40 .TP
41 .BI "\-c " [loyear,]hiyear
42 Cut off verbose output near the start of the given year(s).
43 By default,
44 the program cuts off verbose output near the starts of the years -500 and 2500.
45 .SH LIMITATIONS
46 The
47 .B \-v
48 option may not be used on systems with floating-point time_t values
49 that are neither float nor double.
50 .PP
51 Time discontinuities are found by sampling the results returned by localtime
52 at twelve-hour intervals.
53 This works in all real-world cases;
54 one can construct artificial time zones for which this fails.
55 .SH "SEE ALSO"
56 newctime(3), tzfile(5), zic(8)
57 .\" @(#)zdump.8 7.7