Fix Data Explorer time

Fixes #2206
This commit is contained in:
emanuele-f 2018-12-07 11:44:26 +01:00
parent 9573475af6
commit 8f7f624f80
2 changed files with 4 additions and 3 deletions

View file

@ -2761,7 +2761,7 @@ function makeTimeStamp(d, tzoffset)
-- tprint("post-timestamp is:"..timestamp)
end
return timestamp.."";
return math.floor(timestamp).."";
end
-- ###########################################