Documentation

today() function

today() returns the now() timestamp truncated to the day unit.

Function type signature
() => time

For more information, see Function type signatures.

Examples

Return a timestamp representing today

option now = () => 2022-01-01T13:45:28Z

today()// Returns 2022-01-01T00:00:00.000000000Z

Query data from today

from(bucket: "example-bucket")
    |> range(start: today())

Was this page helpful?

Thank you for your feedback!


The future of Flux

Flux is going into maintenance mode. You can continue using it as you currently are without any changes to your code.

Read more