Module:Time/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 751:
end
 
function p.offset ()
local dst_e_month;
return (dst_e_month);
end
 
return offset;
--[=[-------------------------< P . T I M E >------------------------------------------------------------------
 
Line 775 ⟶ 769:
]=]
 
--[=[ function p.timeoffset (frame)
local args = getArgs(frame);
local utc_timestamp, timestamp; -- current or _TEST_TIME_ timestamps; timestamp is local ST or DST time used in output
Line 883 ⟶ 877:
end
 
return p; ]=]