|
NAMEtzdiff —
displays timezone differences with localtime.
SYNOPSIS
DESCRIPTIONThetzdiff utility displays the localtime of the
designated timezone and yours.
The The The options are as follows:
EXAMPLESThese exsamples are in JST.The command: tzdiff will display the result of “ls -F /usr/share/zoneinfo”: Africa/ Australia/ Etc/ MST WET America/ CET Europe/ MST7MDT posixrules --- snip --- snip --- snip --- Asia/ EST Indian/ SystemV/ Atlantic/ EST5EDT MET UTC The command: tzdiff Eu will display the result of “ls -F /usr/share/zoneinfo/Europe”: Europe/Amsterdam Europe/Kiev Europe/Sarajevo Europe/Andorra Europe/Kirov Europe/Saratov --- snip --- snip --- snip --- Europe/Jersey Europe/Samara Europe/Kaliningrad Europe/San_Marino The command: tzdiff Europe/Amsterdam will display the time of CET and localtime.: Europe/Amsterdam 2018-12-19 14:52 CET 2018-12-19 22:52 JST 2018-12-19 15:52 CET 2018-12-19 23:52 JST --- snip --- snip --- snip --- 2018-12-19 22:52 CET 2018-12-20 06:52 JST 2018-12-19 23:52 CET 2018-12-20 07:52 JST The command: tzdiff Lond New_ 0 3 will display: Europe/London America/New_York 2018-12-20 01:00 GMT 2018-12-19 20:00 EST 2018-12-20 10:00 JST 2018-12-20 02:00 GMT 2018-12-19 21:00 EST 2018-12-20 11:00 JST 2018-12-20 03:00 GMT 2018-12-19 22:00 EST 2018-12-20 12:00 JST SEE ALSOdate(1), strftime(3), strptime(3)
AUTHORWritten by Masato Minda
Visit the GSP FreeBSD Man Page Interface. |