The verification passed for focal.

bdmurray@clean-focal-amd64:~$ python3 -c "from datetime import datetime; from 
icu import ICUtzinfo, TimeZone; tz = ICUtzinfo(TimeZone.create
TimeZone('Europe/Volgograd')); print(str(tz.utcoffset(datetime(2020, 12, 28))))"
4:00:00
bdmurray@clean-focal-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 91 not upgraded.
Need to get 296 kB of archives.
After this operation, 6,144 B of additional disk space will be used.
Get:1 http://192.168.10.7/ubuntu focal-proposed/main amd64 tzdata all 
2020f-0ubuntu0.20.04.1 [296 kB]
Fetched 296 kB in 0s (6,181 kB/s)
Preconfiguring packages ...
(Reading database ... 223591 files and directories currently installed.)
Preparing to unpack .../tzdata_2020f-0ubuntu0.20.04.1_all.deb ...
Unpacking tzdata (2020f-0ubuntu0.20.04.1) over (2020d-0ubuntu0.20.04) ...
Setting up tzdata (2020f-0ubuntu0.20.04.1) ...

Current default time zone: 'America/Los_Angeles'
Local time is now:      Mon Jan 11 19:15:47 PST 2021.
Universal Time is now:  Tue Jan 12 03:15:47 UTC 2021.
Run 'dpkg-reconfigure tzdata' if you wish to change it.

bdmurray@clean-focal-amd64:~$ python3 -c "from datetime import datetime; from 
icu import ICUtzinfo, TimeZone; tz = ICUtzinfo(TimeZone.create
TimeZone('Europe/Volgograd')); print(str(tz.utcoffset(datetime(2020, 12, 28))))"
3:00:00

** Tags removed: verification-needed verification-needed-focal 
verification-needed-groovy
** Tags added: verification-done verification-done-focal 
verification-done-groovy

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

Title:
  update icu-data which is bundled in tzdata to 2020f

Status in tzdata package in Ubuntu:
  Fix Released
Status in tzdata source package in Focal:
  Fix Committed
Status in tzdata source package in Groovy:
  Fix Committed
Status in tzdata source package in Hirsute:
  Fix Released

Bug description:
  The 2020f upload of tzdata did not include an update of the ICU
  timezone data because it was not yet up to date. It has now been
  updated so we should update tzdata with that new information.

  tzdata (2020f-1ubuntu1) hirsute; urgency=medium

    * Merge from Debian unstable (LP: 1909698). Remaining changes:
      - Ship ICU timezone data files which are utilized by php and keep them
        at 2020d as they have not yet been updated.

  [Test Case]
  1) sudo apt-get install python3-icu
  2) python3 -c "from datetime import datetime; from icu import ICUtzinfo, 
TimeZone; tz = ICUtzinfo(TimeZone.creat
  eTimeZone('Europe/Volgograd')); print(str(tz.utcoffset(datetime(2020, 12, 
28))))"

  Before the SRU it will return 3:00:00, after the SRU it will return
  4:00:00.

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