From 9aee0f0011357e5ed69a2c674aab1fbbed271e6f Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Thu, 21 Mar 2024 15:41:29 -0600 Subject: [PATCH] hotfix: remove dead influxql issue link --- .../influxdb/clustered/reference/influxql/time-and-timezone.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/influxdb/clustered/reference/influxql/time-and-timezone.md b/content/influxdb/clustered/reference/influxql/time-and-timezone.md index 8c19668fd..a7af6f0e8 100644 --- a/content/influxdb/clustered/reference/influxql/time-and-timezone.md +++ b/content/influxdb/clustered/reference/influxql/time-and-timezone.md @@ -285,8 +285,6 @@ SELECT * FROM home WHERE time >= now() - 2h {{% warn %}} InfluxQL in {{< product-name >}} does not currently support the time zone clause, which applies a time zone offset to UTC timestamps in query results. - -**Tracking issue**: [influxdb_iox#6933](https://github.com/influxdata/influxdb_iox/issues/6933) {{% /warn %}}