Skip to content

Instantly share code, notes, and snippets.

@ariver
Created March 14, 2013 04:58
Show Gist options
  • Save ariver/5158930 to your computer and use it in GitHub Desktop.
Save ariver/5158930 to your computer and use it in GitHub Desktop.
TZS=( US/{Mountain,Central} Australia/Sydney Asia/Hong_Kong Europe/London UTC ) && \
for TMP in ${TZS[@]}; do TZ=${TMP} date "+%F %T %Z %z ${TMP}"; done | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment