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
Issue is next. I create types.Date in my model. perform getSnaphot and i see that it is unix timestamp. i save this model to storage, retrieve it, and try to apply.
Than i got an error that unix timestamp cannot be assigned to types.Date.
Why it happens ?
The text was updated successfully, but these errors were encountered:
TL;DR https://codesandbox.io/s/Nw18kKn2
Issue is next. I create types.Date in my model. perform
getSnaphot
and i see that it is unix timestamp. i save this model to storage, retrieve it, and try to apply.Than i got an error that unix timestamp cannot be assigned to
types.Date
.Why it happens ?
The text was updated successfully, but these errors were encountered: