touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #73513
[Bug 1445909] Re: Chile abolishes Daylight Saving Time
This all looks correct to me:
adconrad@nosferatu:~$ TZ=America/Santiago date -d '23:00 April 25, 2015 UTC'
Sat Apr 25 20:00:00 CLST 2015
adconrad@nosferatu:~$ TZ=America/Santiago date -d '23:00 April 26, 2015 UTC'
Sun Apr 26 20:00:00 CLT 2015
adconrad@nosferatu:~$ TZ=America/Santiago date -d '23:00 April 27, 2015 UTC'
Mon Apr 27 20:00:00 CLT 2015
adconrad@nosferatu:~/tzdata/vivid/tzdata-2015c$ dpkg -l tzdata | grep ^.i
ii tzdata 2015c-1 all time zone and daylight-saving time data
** Changed in: tzdata (Ubuntu)
Status: New => Fix Released
--
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:
Fix Released
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
References