View Single Post
Posts: 7 | Thanked: 2 times | Joined on Nov 2011
#49
Originally Posted by sgentils View Post
i know, and i'm using one of these two. but still, i don't want to have to launch a new application when i want to see what time it is somewhere else. it should just be available in the built-in clock.
There is already a world clock / time zone converter built in
Code:
[user@RM696 user]$ date
Mon Dec  5 15:45:08 CET 2011
[user@RM696 user]$ date -u
Mon Dec  5 14:45:16 UTC 2011
[user@RM696 user]$ export TZ=EST
[user@RM696 user]$ date
Mon Dec  5 09:45:41 EST 2011
[user@RM696 user]$ unset TZ
 

The Following User Says Thank You to quantumboredom For This Useful Post: