]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[daylight saving]- Fixs wrong daylight saving 1380/head
authorEdson Lopes Filho <47820627+inoutglobal@users.noreply.github.com>
Wed, 13 Oct 2021 16:13:09 +0000 (13:13 -0300)
committerGitHub <noreply@github.com>
Wed, 13 Oct 2021 16:13:09 +0000 (13:13 -0300)
Fix wrong daylight saving on America/Sao_Paulo Timezone. There is no more Daylight Savings in Sao Paulo.

conf/vanilla/autoload_configs/timezones.conf.xml

index 50bd7f376027f9e767310b88db207fe234bc3e7b..48206d1ce47b75d024d3ad2eb98a051c8a68d52e 100644 (file)
        <zone name="America/Santarem" value="BRT3" />
        <zone name="America/Santiago" value="CLT3" />
        <zone name="America/Santo_Domingo" value="AST4" />
-       <zone name="America/Sao_Paulo" value="BRT3BRST,M10.3.0/0,M2.3.0/0" />
+       <zone name="America/Sao_Paulo" value="BRT3" />
        <zone name="America/Scoresbysund" value="EGT1EGST,M3.5.0/0,M10.5.0/1" />
        <zone name="America/Shiprock" value="MST7MDT,M3.2.0,M11.1.0" />
        <zone name="America/Sitka" value="AKST9AKDT,M3.2.0,M11.1.0" />