Public bug reported:

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"

** Affects: tzdata (Ubuntu)
     Importance: Undecided
         Status: New

-- 
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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to