Content deleted Content added
Jackmcbarn (talk | contribs) fix script errors |
Jackmcbarn (talk | contribs) fix another script error |
||
Line 327:
local function formatDate(date, precision, timezone)
precision = precision or 11
local date, year = normalizeDate(date)
if year == 0 and precision <= 9 then return "" end
|