mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fixes rrd incorrect ts epoch
This commit is contained in:
parent
bb6bdf2f7b
commit
6bcbdd2401
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue