556 B
556 B
title | list_title | description | menu | weight | list_code_example | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Time and timezone queries | Time and timezone queries | Explore InfluxQL features used specifically for working with time. Use the `tz` (timezone) clause to return the UTC offset for the specified timezone. |
|
308 | ```sql SELECT_clause FROM_clause [WHERE_clause] [GROUP_BY_clause] [ORDER_BY_clause] [LIMIT_clause] [OFFSET_clause] [SLIMIT_clause] [SOFFSET_clause] tz('<time_zone>') ``` |
{{< duplicate-oss >}}