September 2000
Beginner
1312 pages
33h 47m
English
/usr/sbin/zdump [-v][-c cutoffyear][zonename...]
Use the zdump command to print the current time for each time zone (zonename) listed on the command line.
Specifying an invalid time zone (zonename) to zdump does not return an error; instead, zdump uses GMT. This behavior is consistent with the behavior of the library calls; zdump reflects the same behavior of the time routines in libc. See ctime(3C) and mktime(3C).
| -v | Display the entire contents of the time-zone database file for zonename. 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 time at which the rules for computing local ... |