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
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
Dates values are currently handled in the following fashion:
This results in the nanosecond value being a negative number if the supplied date is earlier than January 1st 1970.
However, according to Protobuf documentation, the accepted values are from 0 to 999,999,999 inclusive.
The text was updated successfully, but these errors were encountered: