Mercurial
>
repos
>
lgen
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
latest
revisions
annotate
diff
comparison
raw
comparison: time.lua
time.lua
changeset 3
b2df1b3f2c83
equal
deleted
inserted
replaced
2:3975fa5ed630
3:b2df1b3f2c83
1
2
module("time", package.seeall)
3
4
function now_iso()
5
return os.date("!%Y-%m-%dT%H:%M:%SZ")
6
end