.\" $NetBSD: zdump.8,v 1.6 2009/03/09 19:24:27 joerg Exp $ .\" @(#)zdump.8 7.4 .Dd October 29, 2003 .Dt ZDUMP 8 .Os .Sh NAME .Nm zdump .Nd time zone dumper .Sh SYNOPSIS .Nm zdump .Op Fl \-version .Op Fl v .Op Fl c Ar cutoffyear .Op Ar zonename ... .Sh DESCRIPTION .Nm prints the current time in each .Ar zonename named on the command line. .Pp These options are available: .Bl -tag -width XXXXXXXXX -compact .It Fl \-version Output version information and exit. .It Fl v For each .Ar zonename on the command line, print the time at the lowest possible time value, the time one day after the lowest possible time value, the times both one second before and exactly at each detected time discontinuity, the time at one day less than the highest possible time value, and the time at the highest possible time value, Each line ends with .Dl isdst=1 if the given time is Daylight Saving Time or .Dl isdst=0 otherwise. .It Fl c Ar cutoffyear Cut off the verbose output near the start of the given year. .El .Sh SEE ALSO .Xr ctime 3 , .Xr tzfile 5 , .Xr zic 8