The date when the module was ran was Fri Aug 29 19:15:44 2025
Special:Random Special:ThisIsNotARealSpecialPage
local p = {} local d = os.date() function p.main(frame) return 'The date when the module was ran was ' .. d end return p