Content deleted Content added
update getDateValue to better handle different date precisions |
might work if I used the correct variable name |
||
Line 648:
local timestamp = v.mainsnak.datavalue.value.time
local dateprecision = v.mainsnak.datavalue.value.precision
out[#out + 1] = parseDateFull(timestamp,
end
end
|