blob: 9f770a737b10329bcc29752c2cd6ed7d7ef3991c (
plain)
1
2
3
4
5
6
7
8
9
|
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
|