OSDN Git Service

LDP: Update original to LDP v3.68
[linuxjm/LDP_man-pages.git] / original / man8 / zdump.8
1 .\" %%%LICENSE_START(PUBLIC_DOMAIN)
2 .\" This page is in the public domain
3 .\" %%%LICENSE_END
4 .\"
5 .TH ZDUMP 8 2013-02-12 "" "Linux System Administration"
6 .SH NAME
7 zdump \- timezone dumper
8 .SH SYNOPSIS
9 .B zdump
10 [
11 .B \-\-version
12 ] [
13 .B \-\-help
14 ] [
15 .B \-v
16 ] [
17 .B \-c
18 .RI [ loyear \fB,\fR] hiyear
19 ] [
20 .IR zonename " ... ]"
21 .SH DESCRIPTION
22 .I Zdump
23 prints the current time in each
24 .I zonename
25 named on the command line.
26 .PP
27 These options are available:
28 .TP
29 .B \-\-version
30 Output version information and exit.
31 .TP
32 .B \-\-help
33 Output short usage and exit.
34 .TP
35 .B \-v
36 For each
37 .I zonename
38 on the command line,
39 print the time at the lowest possible time value,
40 the time one day after the lowest possible time value,
41 the times both one second before and exactly at
42 each detected time discontinuity,
43 the time at one day less than the highest possible time value,
44 and the time at the highest possible time value.
45 Each line ends with
46 .B isdst=1
47 if the given time is Daylight Saving Time or
48 .B isdst=0
49 otherwise.
50 .TP
51 .BI "\-c " \fR[\fIloyear , \fR]\fIhiyear
52 Cut off the verbose output near the start of the given year(s).
53 The output still includes the lowest possible time value
54 and one day after it, and the highest possible time value
55 preceded by the time value one day before it.
56 .SH SEE ALSO
57 .BR tzfile (5),
58 .BR zic (8)
59 .\" @(#)zdump.8 7.3
60 .SH COLOPHON
61 This page is part of release 3.68 of the Linux
62 .I man-pages
63 project.
64 A description of the project,
65 information about reporting bugs,
66 and the latest version of this page,
67 can be found at
68 \%http://www.kernel.org/doc/man\-pages/.