time.lua

Mon, 06 Jul 2020 12:35:38 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Mon, 06 Jul 2020 12:35:38 -0500
changeset 26
77cd7b8fb6a6
parent 3
b2df1b3f2c83
permissions
-rw-r--r--

Rename path.lua mypath.lua not conflict with other lua path modules.


module("time", package.seeall)

function now_iso()
    return os.date("!%Y-%m-%dT%H:%M:%SZ")
end

mercurial