mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
parent
ae1d57fd86
commit
38bc12b6d0
3 changed files with 10 additions and 5 deletions
|
|
@ -201,8 +201,7 @@ function format_utils.formatEpochISO8601(epoch)
|
|||
if epoch == 0 then
|
||||
return("")
|
||||
else
|
||||
local t = epoch + getFrontendTzSeconds()
|
||||
return os.date("!%Y-%m-%dT%TZ", t)
|
||||
return os.date("!%Y-%m-%dT%TZ", epoch)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue