Module:Wikidata: Difference between revisions

Content deleted Content added
No edit summary
see if we can quick-fix case when date is just a year and precision is year
Line 346:
end
-- precision is years or lessyear
if precision >== 9 then
return year
end
-- precision is less than years
if precision > 9 then
--[[ the following code replaces the UTC suffix with the given negated timezone to convert the global time to the given local time
timezone = tonumber(timezone)