teal-src/util/datetime.d.tl
author Matthew Wild <mwild1@gmail.com>
Thu, 06 Oct 2022 11:12:57 +0100
changeset 12745 7b3deafb9162
parent 12638 8cb6644ce463
permissions -rw-r--r--
prosodyctl: check turn: More clearly indicate the error is from TURN server

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

return lib