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
in the method ru.yandex.clickhouse.response.parser.ClickHouseDateValueParser#dateTimeToLocalDateTime, when columnInfo.getTimeZone() is not utc, the code below will change the time zone to utc, so we got a wrong LocalDateTime instance. what's the purpose of the code below?