Page MenuHomeSolus

Update python-tzlocal to 2.1
ClosedPublic

Authored by algent on Jul 3 2021, 12:24 PM.
Tags
None
Referenced Files
F10946106: D11401.id27567.diff
Sat, Jul 15, 8:02 AM
F10878448: D11401.id27567.diff
Jun 21 2023, 9:10 AM
F10859520: D11401.id27623.diff
Jun 16 2023, 3:11 AM
F10855392: D11401.diff
Jun 14 2023, 7:45 AM
F10804850: D11401.diff
May 29 2023, 6:03 PM
F10721584: D11401.id.diff
May 6 2023, 12:51 PM
Subscribers

Details

Summary

Changelog:
The is_dst flag is wrong for Europe/Dublin on some Unix releases. It is changed to another way of determining if DST is in effect or not.

Signed-off-by: Algent Albrahimi <algent@protonmail.com>

Test Plan
  • Rebuild python-apscheduler against this package.
  • Update python-croniter against this package.
  • Run safeeyes and take some breaks.
  • Run the example:
Python 3.7.11 (default, Jun 30 2021, 19:18:38) 
[GCC 10.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from tzlocal import get_localzone
>>> tz = get_localzone()
>>> tz
<DstTzInfo 'Europe/Tirane' LMT+1:19:00 STD>
>>>

Diff Detail

Repository
R4725 python-tzlocal
Lint
Lint Not Applicable
Unit
Tests Not Applicable