Module:RFX report: Difference between revisions

Content deleted Content added
fix table name error
make the date matching less strict
Line 120:
 
local function getEndTime(intro)
local ret = mw.ustring.match(intro, "Scheduled to end '(%d%d:%d%d, %d+ %w+ %d+) %(UTC%)'''")
return ret
end