today() function
The today()
function returns the now()
timestamp truncated to the day unit.
today()
Examples
Return a timestamp representing today
option now = () => 2021-01-01T13:45:28Z
today()
// Returns 2021-01-01T00:00:00.000000000Z
Query data from today
from(bucket: "example-bucket")
|> range(start: today())
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for Flux and this documentation. To find support, the following resources are available:
InfluxDB Cloud customers can contact InfluxData Support.