TZDATA: mudanças entre as edições

De Wiki Clusterlab.com.br
Ir para navegação Ir para pesquisar
Sem resumo de edição
Linha 17: Linha 17:
==Debian like==
==Debian like==
<pre>
<pre>
apt update tzdata
apt upgrade tzdata
</pre>
</pre>
==Red Hat like==
==Red Hat like==
<pre>
<pre>
yum update tzdata
yum update tzdata
</pre>
</pre>

Edição das 10h56min de 3 de novembro de 2019

Download Zic File

Install

[root@something tzdb-2019c]# apt install lzip

[root@something tzdb-2019c]# tar --lzip -xvf tzdb-2019c.tar.lz

[root@something tzdb-2019c]# zic southamerica

[root@something tzdb-2019c]# zdump -v America/Sao_Paulo  | egrep "2019|2020"
zdump: warning: zone "America/Sao_Paulo" abbreviation "-03" lacks alphabetic at start
America/Sao_Paulo  Sun Feb 17 01:59:59 2019 UTC = Sat Feb 16 23:59:59 2019 -02 isdst=1 gmtoff=-7200
America/Sao_Paulo  Sun Feb 17 02:00:00 2019 UTC = Sat Feb 16 23:00:00 2019 -03 isdst=0 gmtoff=-10800

Update with repo

Debian like

apt upgrade tzdata

Red Hat like

yum update tzdata