Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Or, if you're using bash...' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Or, if you're using bash...
Authored by: officemonkey on Aug 19, '03 08:21:02PM
If you're using bash (you know who you are), this will work for you.
#timezone
alias Seoul='env TZ=Asia/Seoul date'
alias Vienna='env TZ=Europe/Vienna date'
alias LA='env TZ=US/Pacific date'


[ Reply to This | # ]