Skip to content

Instantly share code, notes, and snippets.

@vjo
Created November 20, 2012 11:42
Show Gist options
  • Save vjo/4117447 to your computer and use it in GitHub Desktop.
Save vjo/4117447 to your computer and use it in GitHub Desktop.
Convert a date in one timezone into another using GNU date
TZ=EST date -d "Tue, 13 Nov 2012 16:39:51 -0800" # Convert a date in one timezone into another using GNU date.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment