TZDATA: mudanças entre as edições
Ir para navegação
Ir para pesquisar
(Criou página com '*http://www.iana.org/time-zones') |
Sem resumo de edição |
||
Linha 1: | Linha 1: | ||
=Download Zic File= | |||
*http://www.iana.org/time-zones | *http://www.iana.org/time-zones | ||
=Install= | |||
<pre> | |||
[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 | |||
</pre> |
Edição das 10h54min 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