You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If SystemTime::now() returns a value that is out of range for a DateTime then Utc::now will panic.
I'm not sure if this is worth making that method fallible for.
The text was updated successfully, but these errors were encountered:
See #1421 (comment).
If
SystemTime::now()
returns a value that is out of range for aDateTime
thenUtc::now
will panic.I'm not sure if this is worth making that method fallible for.
The text was updated successfully, but these errors were encountered: