mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
`<time:1234567890123>` causes a "signed integer is greater than
maximum" exception from dateutil.parser; datetime also cannot handle
it ("year 41091 is out of range") but that is a ValueError which is
already caught.
Catch the OverflowError thrown by dateutil.