Module:Time/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 753:
function p.offset (frame)
local utc_offset;
return string.format ('%s [[%s|%s]] <span class="plainlinks" style="font-size:80%%;">utc_offset</span>');
return utc_offset;
end
 
return p;
 
--[=[-------------------------< P . T I M E >------------------------------------------------------------------