webmcp

view framework/env/convert/_from_human_to_timestamp.lua @ 428:52ebde158c92

Fixed minor glitch regarding floating point numbers (e.g. 0.009) in JSON encoder; Distinguish between integers and floats in JSON encoder if Lua version >= 5.3
author jbe
date Thu Jan 14 17:40:49 2016 +0100 (2016-01-14)
parents 9fdfb27f8e67
children
line source
1 function convert._from_human_to_timestamp(str)
2 return atom.timestamp:load(str)
3 end

Impressum / About Us