When you get an email that sets a meeting for “12PM noon EDT”, you can quickly
get that in your local timezone using the date
command from GNU coreutils
.
$ date --date="12 PM EDT"
Sat Jul 1 07:00:00 PM EEST 2023
When you get an email that sets a meeting for “12PM noon EDT”, you can quickly
get that in your local timezone using the date
command from GNU coreutils
.
$ date --date="12 PM EDT"
Sat Jul 1 07:00:00 PM EEST 2023