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
This feature needs to be prioritized as the timezone setting affects query results. And we can set the default timezone by retrieving the timezone info from browser settings if possible. @ZonaHex
After this patch GreptimeTeam/greptimedb#3125, GreptimeDB already supports timezone setting for HTTP/gRPC protocols.
It's better that the dashboard could support this setting, and the users can use the setting to specify the query timezone.
The HTTP protocol can carry the timezone by the
x-greptime-timezone
header, and all the timezone strings can be found at Wikipedia https://en.wikipedia.org/wiki/List_of_tz_database_time_zonesBut I think we can just support the timezone in the form of
[+-]hh:mm
, for example,+08:00
or-08:00
.The related issue is GreptimeTeam/greptimedb#2907
The text was updated successfully, but these errors were encountered: