mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-05-17 10:29:49 -05:00
92a081d37c
WebhookDelivery.next_retry_at is a naive DateTime column. Strip the tzinfo before passing it to mark_retrying() so the round-trip comparison after commit/reload does not fail with a naive/aware mismatch.