content/flux/v0/stdlib/universe/today.md
today() returns the now() timestamp truncated to the day unit.
() => time
{{% caption %}} For more information, see Function type signatures. {{% /caption %}}
option now = () => 2022-01-01T13:45:28Z
today()// Returns 2022-01-01T00:00:00.000000000Z
from(bucket: "example-bucket")
|> range(start: today())