In Brazil, this year, the president decided we should not have daylight saving. And because of that my Centos 8 server is with the time wrong, I mean, when I use date
the time shown is wrong by 1 hour. Usually, when I set my server I execute this:
ln -s /usr/share/zoneinfo/Brazil/East /etc/localtime
The Brazil East timezone is now -3, but using the file above the timezone gets -2 (because for some reason it's wrongly believing we should have daylight saving this year, as it has always been).
So how do I fix this? Is there a way I can tell my server to update the zoneinfo files based on goverment decisions day by day? Lets supose the brazilian President today decides that we should get into DST tomorrow. Is there an international organization that provides those zone files updated according to local goverment decisions?
obs: I tried nano
the file /usr/share/zoneinfo/Brazil/East however weird chars appears on the screen so I gave up editing it.