662 B
662 B
title | description | menu | weight | list_code_example | source | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Time and time zones | Explore InfluxQL features used specifically for working with time. Use the `tz` (time zone) clause to return the UTC offset for the specified time zone. |
|
208 | ```sql SELECT_clause FROM_clause [WHERE_clause] [GROUP_BY_clause] [ORDER_BY_clause] [LIMIT_clause] [OFFSET_clause] [SLIMIT_clause] [SOFFSET_clause] tz('<time_zone>') ``` | /shared/influxql-v3-reference/time-and-timezone.md |