time.lua@751216807683
time.lua
Tue, 16 Jan 2018 17:02:29 +0000
- author
- Tuomo Valkonen <tuomov@iki.fi>
- date
- Tue, 16 Jan 2018 17:02:29 +0000
- changeset 9
- 751216807683
- parent 3
-
b2df1b3f2c83
- permissions
- -rw-r--r--
Further lua5.3 compatibility fixes
module("time", package.seeall)
function now_iso()
return os.date("!%Y-%m-%dT%H:%M:%SZ")
end