Skip to content

Instantly share code, notes, and snippets.

@ufuk
Created January 31, 2019 13:55
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ufuk/051f3efdbad764ffe01c7012c90251bf to your computer and use it in GitHub Desktop.
Save ufuk/051f3efdbad764ffe01c7012c90251bf to your computer and use it in GitHub Desktop.
Echo time by timezone in BASH
echo "$(TZ='Europe/Moscow' date +%Y-%m-%d\ %H\:%M)"
# output => 2019-01-31 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment