Fixes rrd incorrect ts epoch

This commit is contained in:
Matteo Biscosi 2023-10-17 09:24:54 +00:00
parent bb6bdf2f7b
commit 6bcbdd2401

View file

@ -565,8 +565,8 @@ function driver:timeseries_query(options)
res = {
metadata = {
epoch_begin = options.epoch_begin,
epoch_end = options.epoch_end,
epoch_begin = fstart,
epoch_end = fend,
epoch_step = sampled_fstep,
num_point = count or 0,
schema = options.schema,