PDA

View Full Version : Conky World Time



mpierce
August 17th, 2010, 01:18 AM
I've searched and haven't found what I'm looking for.
Is there a conky script that has been written that can display 2-4 world timezones?

rollin
August 17th, 2010, 06:24 AM
You could just use the "tztime" command. Eg:


${tztime America/New_York %H:%M}

For an inventory of names check here http://en.wikipedia.org/wiki/List_of_zoneinfo_timezones

mpierce
August 18th, 2010, 09:04 PM
Thank you...
That's the trick!

rollin
August 18th, 2010, 09:26 PM
Your most welcome ;)