Skip to content

Instantly share code, notes, and snippets.

@gelias
Last active September 8, 2017 17:51
Show Gist options
  • Select an option

  • Save gelias/46b60f7303b19e8f82d7b66c082dc6ab to your computer and use it in GitHub Desktop.

Select an option

Save gelias/46b60f7303b19e8f82d7b66c082dc6ab to your computer and use it in GitHub Desktop.
BRST - Brazilian Summer Time
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