Penguin
Annotated edit history of zdump(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 ZDUMP
2 !!!ZDUMP
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 ----
8 !!NAME
9
10
11 zdump - time zone dumper
12 !!SYNOPSIS
13
14
15 __zdump__ [[ __-v__ ] [[ __-c__ cutoffyear ] [[
16 zonename ... ]
17 !!DESCRIPTION
18
19
20 ''Zdump'' prints the current time in each ''zonename''
21 named on the command line.
22
23
24 These options are available:
25
26
27 __-v__
28
29
30 For each ''zonename'' on the command line, print the time
31 at the lowest possible time value, the time one day after
32 the lowest possible time value, the times both one second
33 before and exactly at each detected time discontinuity, the
34 time at one day less than the highest possible time value,
35 and the time at the highest possible time value, Each line
36 ends with __isdst=1__ if the given time is Daylight
37 Saving Time or __isdst=0__ otherwise.
38
39
40 __-c__ ''cutoffyear''
41
42
43 Cut off the verbose output near the start of the given
44 year.
45 !!SEE ALSO
46
47
48 ctime(3), zic(8)
49 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.