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

668 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_cloud_serverless
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