-
Notifications
You must be signed in to change notification settings - Fork 575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
formatTime sends empty timezone #759
Comments
Couple of things here @mayamika
|
Trival fix will include in PR
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue description
formatTime
toDateTime doc
Can't we just send Unix time for all cases?
When i use time.Parse with RFC3339Nano format with explicit timezone, the time.Location's String method returns empty string, then clickhouse-go uses this empty string and sends to clickhouse server empty timezone parameter. As a result i got wrong time in query parameter.
Example code
Configuration
OS:
Interface:
native
Driver version: latest
Go version: 1.19
ClickHouse Server version: 22.3
The text was updated successfully, but these errors were encountered: