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 Dec 18, 2023. It is now read-only.
error throw is: 'Unable to parse DateTimeOffset from 2023-04-07T15:47:59.1047040'
Steps to reproduce
have a nullable date time field on an object and save. At times during deserialization we get the error as described. when using the below code we get an error:
Describe the bug
an object with below fields save as expected, but on deserialization fails with an error:
error throw is: 'Unable to parse DateTimeOffset from
2023-04-07T15:47:59.1047040
'Steps to reproduce
have a nullable date time field on an object and save. At times during deserialization we get the error as described. when using the below code we get an error:
'Unable to parse DateTimeOffset from
2023-04-07T15:47:59.1047040
'Expected behaviour
serialize and deserialize with datetime and datetimeoffset work as expected
Surreal.NET driver version
1.0.8
SurrealDB version
1.0.0-beta.9+20230402.5eafebd for linux on x86_64
Is there an existing issue for this?
The text was updated successfully, but these errors were encountered: