Module:Sandbox/maslen/test timestamp

Revision as of 16:55, 10 January 2020 by imported>Maslen
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Sandbox/maslen/test timestamp/doc

local p = {}

function p.hello()
	return os.time(os.date("!*t"))
end

return p