time.lua

Tue, 16 Jan 2018 17:24:27 +0000

author
Tuomo Valkonen <tuomov@liverpool.ac.uk>
date
Tue, 16 Jan 2018 17:24:27 +0000
changeset 12
5541f9577f27
parent 3
b2df1b3f2c83
permissions
-rw-r--r--

Bitbucket didn't like <...> around email using HTML, so use Unicode


module("time", package.seeall)

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

mercurial