Inpired by OpenBSD date(1), this option allows to do timezone conversion
via the date(1) command.
For example, to determine when the BSDCan livestream begins for me:
$ env -i TZ=EST5EDT date -z Europe/Paris -j 0900
Differential D40159
date: add -z output_zone option bapt on May 19 2023, 9:10 AM. Authored by Tags None Referenced Files
Details
Inpired by OpenBSD date(1), this option allows to do timezone conversion For example, to determine when the BSDCan livestream begins for me: $ env -i TZ=EST5EDT date -z Europe/Paris -j 0900
Diff Detail
Event Timeline
Comment Actions I think that the man page ought to include the example from the commit message as well, since an idea to use both -z and TZ is not obvious. |