time.lua

Mon, 06 Jul 2020 13:01:18 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Mon, 06 Jul 2020 13:01:18 -0500
changeset 28
9b75d0f5e042
parent 3
b2df1b3f2c83
permissions
-rw-r--r--

Use @neilsustc/markdown-it-katex instead of markdown-it-katex.
The latter is broken


module("time", package.seeall)

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

mercurial