Last active
April 6, 2020 14:55
-
-
Save ssatz/bf8b4c96c5d41a2d83bd6b979a4998b8 to your computer and use it in GitHub Desktop.
set timezone in Ubuntu Terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo timedatectl set-timezone Asia/Calcutta | |
date //will display current date and time |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for docker to see current time
docker exec -it a435cf1c8ae6 cat /etc/timezone