docs-v2/content/influxdb3/enterprise/reference/influxql/time-and-timezone.md

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.
influxdb3_enterprise
name parent
Time and time zones influxql-reference
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