Module:Time/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 752:
 
function p.offset ()
local utc_offsetoffset_from_utc;
offset_from_utc=get_utc_offset (timezone)
return ('utc_offset');
return (offset_from_utc);
end
 
return p;
--[=[-------------------------< P . T I M E >------------------------------------------------------------------