local p = {} function p.test(frame) local lang = mw.getContentLanguage() return os.date('%Y', lang:formatDate('U', '2020-01-01')) end return p