Module:Calendar date: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 195:
local now = os.time{year = datesplit[1], month = datesplit[2], day = datesplit[3]}
local numdays = now + tonumber(json.outoffset)
outoffset = os.date("%Y-%Bm-%d",numdays)
end