Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12978, comment 2


Ignore:
Timestamp:
Feb 14, 2018, 5:12:34 PM (6 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12978, comment 2

    initial v1  
    1 In https://github.com/eggert/tz/commit/bbd0ea690201acab766db57142f9aa0abba30613, `Asia/Tokyo` DST transition times are changes from 2018b to 2018c. Ideally, we should invoke the unit tests to compare `LocalTimezone` and pytz's timezone if tzdata versions are same in between pytz and libc. However, no way to retrieve tzdata version in libc.
     1In https://github.com/eggert/tz/commit/bbd0ea690201acab766db57142f9aa0abba30613, `Asia/Tokyo` DST transition times are changed from 2018b to 2018c. Ideally, we should invoke the unit tests to compare `LocalTimezone` and pytz's timezone if tzdata versions are same in between pytz and libc. However, no way to retrieve tzdata version in libc.
    22
    33Therefore, I'll remove `LocalTimezoneTestCase.test_pytz_tokyo`.