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
I cannot encode a unsigned long or unsigned long long value without casting it to int, with its corresponding overflow. It is required, i.e., for storing a timestamp in milliseconds from epoch.
The text was updated successfully, but these errors were encountered:
I changed the data type for integers to int64_t, so numbers between -9223372036854775808 and 9223372036854775807 can be stored and parsed. This should close this issue.
I cannot encode a unsigned long or unsigned long long value without casting it to int, with its corresponding overflow. It is required, i.e., for storing a timestamp in milliseconds from epoch.
The text was updated successfully, but these errors were encountered: