Reconciles times to always been adjusted to the client timezone

Fixes #3732
This commit is contained in:
Simone Mainardi 2020-04-20 16:54:25 +02:00
parent 9b061871fa
commit d2aac8cced
2 changed files with 32 additions and 17 deletions

View file

@ -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