local p = {} function p.test(frame) local lang = mw.getContentLanguage() return os.time(lang:formatDate('U')) end return p