stub42 / pytz

pytz Python historical timezone library and database
MIT License
353 stars 93 forks source link

Add 'Canada/Saskatchewan', 'Canada/Yukon' to common timezones #128

Open marc-thomas opened 2 months ago

marc-thomas commented 2 months ago

'Canada/Saskatchewan', 'Canada/Yukon',

are not part of the common timezones list

Causes issues because Saskatchewan doesn't observe daylight savings, so with only Canada/Central available in common timezones - so people don't know that they should choose America/Regina - so their times are wrong half the year and they can't figure out why.

marc-thomas commented 2 months ago

posted a PR here

https://github.com/stub42/pytz/pull/129