Skip to content

Instantly share code, notes, and snippets.

@avsej
Created November 9, 2012 09:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avsej/4044766 to your computer and use it in GitHub Desktop.
Save avsej/4044766 to your computer and use it in GitHub Desktop.
Interesting Timezones
LOCALTIME=$(date +%Y-%m-%dT%H:%M)
AMERICA=$(TZ=America/Los_Angeles date +%H:%M%Z)
CET=$(TZ=Europe/Oslo date +%H:%M%Z)
ART=$(TZ=America/Buenos_Aires date +%H:%M%Z)
xsetroot -name "$WIFI $LOCALTIME $AMERICA $CET $ART"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment