Module:Sandbox/maslen/test timestamp

From Wikipedia, the free encyclopedia
local p = {}

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

return p