time.lua

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

author
Tuomo Valkonen <tuomov@iki.fi>
date
Mon, 06 Jul 2020 12:35:04 -0500
changeset 24
4013d2901832
parent 3
b2df1b3f2c83
permissions
-rw-r--r--

Document LFS installation


module("time", package.seeall)

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

mercurial