|
|
|
|
|
by arp242
900 days ago
|
|
If you're one of those "give me a terminal or give me death" master race kind of person, then I have a little shell script I use for this: % tz
US West 18:39 -0800 PST
US East 21:39 -0500 EST
UTC 02:39 +0000 UTC
Ireland/UK 02:39 +0000 GMT
West Europe 03:39 +0100 CET
New Zealand 15:39 +1300 NZDT
Current 02:39 +0000 GMT
% tz 18:00
US West 10:00 -0800 PST
US East 13:00 -0500 EST
UTC 18:00 +0000 UTC
Ireland/UK 18:00 +0000 GMT
West Europe 19:00 +0100 CET
New Zealand 07:00 +1300 NZDT
Current 18:00 +0000 GMT
I find it's pretty convenient anyway.https://github.com/arp242/dotfiles/blob/master/local/script/... |
|