Closed Taylor-lagrange closed 8 months ago
GreptimeDB already support set timezone in gRPC protocol, to specify some default behavior when insert and query data, but greptimedb-ingester-go seem still not support set timezone when build a new connection
greptimedb-ingester-go
https://github.com/GreptimeTeam/greptimedb/issues/2907
timezone is unnecessary in writing scenario, and ingester in only for writing, updating and deleting. So I will close this issue cc @waynexia
GreptimeDB already support set timezone in gRPC protocol, to specify some default behavior when insert and query data, but
greptimedb-ingester-go
seem still not support set timezone when build a new connection