mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 08:50:12 +00:00
Reconciles times to always been adjusted to the client timezone
Fixes #3732
This commit is contained in:
parent
9b061871fa
commit
d2aac8cced
2 changed files with 32 additions and 17 deletions
|
|
@ -54,7 +54,7 @@ function useAggregatedFlows()
|
|||
if not isEmptyString(_GET[w]) then
|
||||
local period
|
||||
if w:ends("_str") then
|
||||
period = tonumber(makeTimeStamp(_GET[w], _GET["timezone"]))
|
||||
period = tonumber(makeTimeStamp(_GET[w]))
|
||||
else
|
||||
period = tonumber(_GET[w])
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue