From 6e0adf506ca02462c8f65d4b9adfe00d44374acb Mon Sep 17 00:00:00 2001 From: lwandzura <51929958+lwandzura@users.noreply.github.com> Date: Fri, 20 May 2022 13:10:44 -0500 Subject: [PATCH] Fix manipulate timestamps (#4036) * changed name to operate on timestamps * change manipulate to operate on --- ...late-timestamps.md => operate-on-timestamps.md} | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) rename content/influxdb/cloud/query-data/flux/{manipulate-timestamps.md => operate-on-timestamps.md} (70%) diff --git a/content/influxdb/cloud/query-data/flux/manipulate-timestamps.md b/content/influxdb/cloud/query-data/flux/operate-on-timestamps.md similarity index 70% rename from content/influxdb/cloud/query-data/flux/manipulate-timestamps.md rename to content/influxdb/cloud/query-data/flux/operate-on-timestamps.md index 20e89a0a5..decb9804f 100644 --- a/content/influxdb/cloud/query-data/flux/manipulate-timestamps.md +++ b/content/influxdb/cloud/query-data/flux/operate-on-timestamps.md @@ -1,13 +1,15 @@ --- -title: Manipulate timestamps with Flux -list_title: Manipulate timestamps +title: Operate on timestamps with Flux +list_title: Operate on timestamps description: > - Use Flux to process and manipulate timestamps. + Use Flux to operate on timestamps timestamps. menu: influxdb_cloud: - name: Manipulate timestamps + name: Operate on timestamps parent: Query with Flux weight: 220 +aliases: + - /influxdb/cloud/query-data/flux/manipulate-timestamps related: - /{{< latest "flux" >}}/stdlib/universe/now/ - /{{< latest "flux" >}}/stdlib/system/time/ @@ -20,4 +22,6 @@ related: - /{{< latest "flux" >}}/stdlib/experimental/subduration/ --- -{{< duplicate-oss >}} \ No newline at end of file +{{< duplicate-oss >}} + +