Closed rsb-23 closed 7 months ago
@rsb-23 I think I'd like to merge this for 0.9.x? If you agree, can you make the fixes noted above and test it on Python 2.7, and then it can be merged for 0.9.8. Thanks!
.format()
setup.py
and requirements.txt
Thanks @rsb-23!
Issue : #35
PyICU
is only used for listing and parsing timezones, which can be replaced withpytz
anddateutil
.Checks:
Changes:
pytz.all_timezones
anddateutil.tz.gettz()
, as used in tests.py.main()
is split into 2 simpler functions.