The date when the module was ran was Sat Aug 30 03:21:45 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