Convert given time to multiple timezones. Let people know in other TZs when you intend to perform some action.
➜ ~ btz 2100
04:00 HKT | 22:00 CEST | 21:00 BST
Find more timezones. On MacOS:
ls /usr/share/zoneinfo
Update timezones
in btz
!
A tip: you can slap this inside your
*rc
file and use it as shell function.btz() { // body of above Gist }