Fix manipulate timestamps (#4036)
* changed name to operate on timestamps * change manipulate to operate onpull/4040/head
parent
a968a9aae8
commit
6e0adf506c
|
|
@ -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 >}}
|
||||
{{< duplicate-oss >}}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue