docs-v2/content/influxdb/cloud/query-data/influxql/explore-data/time-and-timezone.md

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.
influxdb_cloud
name parent
Time and timezone Explore data
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 >}}