Skip to content

Instantly share code, notes, and snippets.

@ssatz
Last active April 6, 2020 14:55
Show Gist options
  • Save ssatz/bf8b4c96c5d41a2d83bd6b979a4998b8 to your computer and use it in GitHub Desktop.
Save ssatz/bf8b4c96c5d41a2d83bd6b979a4998b8 to your computer and use it in GitHub Desktop.
set timezone in Ubuntu Terminal
sudo timedatectl set-timezone Asia/Calcutta
date //will display current date and time
@ssatz
Copy link
Author

ssatz commented Apr 6, 2020

for docker to see current time

docker exec -it a435cf1c8ae6 cat /etc/timezone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment