Last active
September 8, 2017 17:51
-
-
Save gelias/46b60f7303b19e8f82d7b66c082dc6ab to your computer and use it in GitHub Desktop.
BRST - Brazilian Summer Time
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
| Amazon Linux | |
| - yum install tzdata | |
| - vi /etc/sysconfig/clock | |
| America/Sao_Paulo | |
| - sudo ln -sf /usr/share/zoneinfo/America/Sao_Paulo /etc/localtime | |
| - zdump -v /etc/localtime |grep 2017 | |
| CentOS | |
| - yum install tzdata | |
| - timedatectl | |
| - timedatectl set-timezone America/Sao_Paulo | |
| - zdump -v /etc/localtime |grep 2017 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment