Module:Time/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 751:
end
 
function p.offset ()
local utc_offset;
local offset_from_utc = utc_offset;
offset_from_utc=utc_offset;
return (offset_from_utc);
end