Jump to content

Module:Bengali Unix Timestamp

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by R1F4T (talk | contribs) at 05:49, 23 April 2025 (Created page with 'local p = {} local UNIX = os.time() function main(frame) return UNIX end return p'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {}
local UNIX = os.time()

function main(frame)
	return UNIX
end
return p