Module:Sandbox/Alexiscoutinho: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 3:
function p.test(frame)
local lang = mw.getContentLanguage()
returnlocal t = os.time('*t', lang:formatDate('U', '2020-01-01'))
return t.year .. '-' .. t.month .. '-' .. t.day .. ' ' .. t.hour
end
return p