teal-src/util/datetime.d.tl
author Kim Alvefur <zash@zash.se>
Sun, 25 Apr 2021 17:27:02 +0200
changeset 11525 16caf35f031f
parent 11463 86904555bffc
child 12638 8cb6644ce463
permissions -rw-r--r--
util.prosodyctl.shell: Fix for missing 'sep' arg to string.rep in Lua 5.1

-- TODO s/number/integer/ once Teal gets support for that

local record lib
	date     : function (t : integer) : string
	datetime : function (t : integer) : string
	time     : function (t : integer) : string
	legacy   : function (t : integer) : string
	parse    : function (t : string) : integer
end

return lib