mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
parent
9573475af6
commit
8f7f624f80
2 changed files with 4 additions and 3 deletions
|
|
@ -2761,7 +2761,7 @@ function makeTimeStamp(d, tzoffset)
|
|||
-- tprint("post-timestamp is:"..timestamp)
|
||||
end
|
||||
|
||||
return timestamp.."";
|
||||
return math.floor(timestamp).."";
|
||||
end
|
||||
|
||||
-- ###########################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue