clickhouse-java
clickhouse-java copied to clipboard
[client-v2] While POJO Serialization and saving LocalDateTime to DateTime64 no Timezone is passed
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.