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
SystemTime is deserialized by deserializing a duration and adding it to UNIX_EPOCH. The documentation states that this can panic if the resulting point in time cannot be represented by the underlying data structure.
Also, SystemTime panics in the same situations as described for Duration in #1993.
The text was updated successfully, but these errors were encountered:
SystemTime
is deserialized by deserializing a duration and adding it toUNIX_EPOCH
. The documentation states that this can panicif the resulting point in time cannot be represented by the underlying data structure
.Also,
SystemTime
panics in the same situations as described forDuration
in #1993.The text was updated successfully, but these errors were encountered: