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