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
It looks like we can safely remove the falsy check in DateTime._deserialize(). Other than a unit test being added to explicitly reject zero timestamps all of the other formats covered by the unit tests continue to reject invalid values with an identical error.
0 is a valid timestamp, however, an error occurs during parsing
code example:
expected:
actual
bug line
The text was updated successfully, but these errors were encountered: