Jump to content

Module:Sandbox

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Morphdog (talk | contribs) at 00:46, 9 September 2017. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

-- Placeholder only! Do not add code.
local base = -1830384000000
local conversionfactor = 31536000

function CalcYear()
	return math.round((os.time() - base) / conversionfactor)
end