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
When the v2 version of the ClickHouse driver reads a datetime64 type and it corresponds to the UTC time 1970-01-01 00:00:00, it will be incorrectly read as the time.Time 0001-01-01T00:00:00Z.
Steps to reproduce
Create the table data_type_test with the field c_datatime64_utc as datetime64(8,'UTC'), and insert the data 1970-01-01T00:00:00.
When using the v2 driver to retrieve the data, it is found that the conversion is incorrect.
When the v2 version of the ClickHouse driver reads a datetime64 type and it corresponds to the UTC time 1970-01-01 00:00:00, it will be incorrectly read as the time.Time 0001-01-01T00:00:00Z.
Steps to reproduce
Code example
The text was updated successfully, but these errors were encountered: