On Groovy using python3-icu to verify the same change but for the
bundled icu-data:

bdmurray@clean-groovy-amd64:~$ python3 -c "from datetime import datetime; from 
icu import ICUtzinfo, TimeZone; tz = 
ICUtzinfo(TimeZone.createTimeZone('Pacific/Fiji')); 
print(str(tz.utcoffset(datetime(2020, 11, 10))))"
13:00:00
bdmurray@clean-groovy-amd64:~$ sudo apt-get install tzdata
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
  tzdata
1 upgraded, 0 newly installed, 0 to remove and 348 not upgraded.
Need to get 0 B/293 kB of archives.
After this operation, 0 B of additional disk space will be used.
Preconfiguring packages ...
(Reading database ... 190075 files and directories currently installed.)
Preparing to unpack .../tzdata_2020d-1ubuntu1_all.deb ...
Unpacking tzdata (2020d-1ubuntu1) over (2020b-1ubuntu1) ...
Setting up tzdata (2020d-1ubuntu1) ...

Current default time zone: 'America/Los_Angeles'
Local time is now:      Wed Oct 28 15:35:35 PDT 2020.
Universal Time is now:  Wed Oct 28 22:35:35 UTC 2020.
Run 'dpkg-reconfigure tzdata' if you wish to change it.

bdmurray@clean-groovy-amd64:~$ python3 -c "from datetime import datetime; from 
icu import ICUtzinfo, TimeZone; tz = 
ICUtzinfo(TimeZone.createTimeZone('Pacific/Fiji')); 
print(str(tz.utcoffset(datetime(2020, 11, 10))))"
12:00:00

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

Title:
  new upstream release 2020d

Status in tzdata package in Ubuntu:
  Fix Released
Status in tzdata source package in Precise:
  In Progress
Status in tzdata source package in Trusty:
  In Progress
Status in tzdata source package in Xenial:
  Fix Committed
Status in tzdata source package in Bionic:
  Fix Committed
Status in tzdata source package in Focal:
  Fix Committed
Status in tzdata source package in Groovy:
  Fix Committed

Bug description:
  New upstream version, affecting the following future timestamps:
    - Fiji starts DST later than usual, on 2020-12-20.
    - Palestine ends DST earlier than predicted, on 2020-10-24.
    - Revised predictions for Morocco's changes starting in 2023.
    - Canada's Yukon changes to -07 on 2020-11-01, not 2020-03-08.
    - Macquarie Island has stayed in sync with Tasmania since 2011.
    - Casey, Antarctica is at +08 in winter and +11 in summer since 2018.

  Additionally, upstream removed the "old" SystemV timezones, but the
  SRU will ensure that they are kept. Subsequently, these should be
  checked for using the following:

  zdump -v SystemV/MST7
  zdump -v America/Phoenix

  The information returned by SystemV/MST7 should be included in
  America/Phoenix's output.

  Verification is done with 'zdump'. The first timezone that gets
  changed in the updated package is dumped with "zdump -v
  $region/$timezone_that_changed" (this needed to be greped for in
  /usr/share/zoneinfo/). [For example: "zdump -v Africa/Casablanca".]
  This is compared to the same output after the updated package got
  installed. If those are different the verification is considered done.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tzdata/+bug/1901020/+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