What's Changed
- fix(datetime.dst): pass Gregorian to tzinfo.dst() by @5j9 in #188
- typing: use int for fold by @5j9 in #186
- Fix %I/%-I strftime directives to use the 12-hour clock by @gaoflow in #182
- Fix Windows Persian locale test by @slashmili in #194
- Add pyright type checking to CI workflow by @5j9 in #193
- Fix Windows test failure for %-I strftime by @5j9 in #195
- migrate tests to pytest by @5j9 in #196
- Add date.strptime and match stdlib subclass behavior by @5j9 in #197
New Contributors
Full Changelog: v6.0.2...v6.1.0