time.lua

Mon, 20 Apr 2020 12:02:54 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Mon, 20 Apr 2020 12:02:54 -0500
changeset 18
30b9b7402f94
parent 3
b2df1b3f2c83
permissions
-rw-r--r--

Add title


module("time", package.seeall)

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

mercurial