Open
Description
Description
There seems a problem with writing datetime values in the new client. One of cases is when LocalDateTime is written thru serializers to DateTime64 values.
To fix the issue we need to test:
- client and server in different timezones
- saving LocalDateTime
- saving Instant
- saving ZonedDateTime
- saving Date
- ... other date time classes
Most important to verify is how timezone is applied when client and server have different ones.