touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #71501
[Bug 1445909] Re: Chile abolishes Daylight Saving Time
What version of tzdata are you testing against? The Chile change should
be current as of 2015a-1.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to tzdata in Ubuntu.
https://bugs.launchpad.net/bugs/1445909
Title:
Chile abolishes Daylight Saving Time
Status in tzdata package in Ubuntu:
New
Bug description:
Starting this year Chile won't have a DST any more. Source:
https://www.timeanddate.com/news/time/chile-abolishes-dst-2015.html
tzdata still contains the information that Chile will switch from
UTC-3 to UTC-4 on April 27th 00:00 2015. At least that is what happens
if I do some tests in R:
as.POSIXct("2014-04-26 23:00", "America/Santiago") + 0 * 60 * 60
"2014-04-26 23:00:00 CLST"
as.POSIXct("2014-04-26 23:00", "America/Santiago") + 1 * 60 * 60
"2014-04-26 23:00:00 CLT"
as.POSIXct("2014-04-26 23:00", "America/Santiago") + 2 * 60 * 60
"2014-04-27 CLT"
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tzdata/+bug/1445909/+subscriptions
Follow ups
References