Timestamps in Influx differ by minutes (vs those loaded in NR)

I am using the InfluxDB out node to populate some values with an associated timestamp. The timestamp is exactly on the hour, every hour. In the debug pane, it appears fine:

but in InfluxDB, the timestamp (_time) values are off by a few minutes each:

Does anyone have some insight as to why this is happening, and what is the remedy?

FWIW, my node has the Time Precision set to milliseconds...
image
which agrees with the timestamps in the debug pane:
image

I figured it out. There was |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false) being applied. Once I removed that, it renders the _time field exactly as it should:

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.