some coverity fixes.
[minix.git] / lib / libc / time / zdump.8
blobc761cc4434d9108fa14b3e2170eb09506907921c
1 .\"     $NetBSD: zdump.8,v 1.8 2010/01/08 23:14:13 joerg Exp $
2 .\" @(#)zdump.8 7.4
3 .Dd October 29, 2003
4 .Dt ZDUMP 8
5 .Os
6 .Sh NAME
7 .Nm zdump
8 .Nd time zone dumper
9 .Sh SYNOPSIS
10 .Nm zdump
11 .Op Fl \-version
12 .Op Fl v
13 .Op Fl c Ar [loyear,]highyear
14 .Op Ar zonename ...
15 .Sh DESCRIPTION
16 .Nm
17 prints the current time in each
18 .Ar zonename
19 named on the command line.
20 .Pp
21 These options are available:
22 .Bl -tag -width XXXXXXXXX -compact
23 .It Fl \-version
24 Output version information and exit.
25 .It Fl v
26 For each
27 .Ar 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 .Dl isdst=1
37 if the given time is Daylight Saving Time or
38 .Dl isdst=0
39 otherwise.
40 .It Fl c Ar [loyear,]highyear
41 Cut off the verbose output near the start of the given year(s).
42 By default,
43 the program cuts off verbose output near the starts of the years -500 and 2500.
44 .El
45 .Sh LIMITATIONS
46 The
47 .Fl 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 .Xr ctime 3 ,
57 .Xr tzfile 5 ,
58 .Xr zic 8
59 .\" @(#)zdump.8 8.2
60 .\" This file is in the public domain, so clarified as of
61 .\" 2009-05-17 by Arthur David Olson.