agronholm / apscheduler

Task scheduling library for Python
MIT License
5.94k stars 690 forks source link

Avoid infinite loop in CalendarIntervalTrigger with UTC timezone #898

Closed unights closed 2 months ago

unights commented 2 months ago

Fixes #897

coveralls commented 2 months ago

Coverage Status

coverage: 92.596%. remained the same when pulling 4e5fcc32dcd66784b2203466bb0a4865c5dfb7b5 on unights:patch-fix-897 into d9df12332b3f395f6ad3085a5baf7320de1db7a7 on agronholm:master.

agronholm commented 2 months ago

Please add at least one regression test, and a changelog note.

agronholm commented 2 months ago

Ok, looks good. If you could also add a changelog note (docs/versionhistory.rst), then I'll merge.

agronholm commented 2 months ago

Thank you!