Skip to content

Instantly share code, notes, and snippets.

@malclocke
Created November 7, 2016 00:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save malclocke/5fa63b9c5562bc5f836e23b50a9c4232 to your computer and use it in GitHub Desktop.
Save malclocke/5fa63b9c5562bc5f836e23b50a9c4232 to your computer and use it in GitHub Desktop.
echo -n "3pm Christmas Day in LA in local timezone: "
date --date 'TZ="America/Los_Angeles" 2016-12-25T15:00'
echo -n "3pm Christmas Day in LA in London: "
TZ="Europe/London" date --date 'TZ="America/Los_Angeles" 2016-12-25T15:00'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment