Module:Time ago: Difference between revisions

Make invalid magnitudes default to seconds like in the template.
(Most of the output should be right now...still needs a lot of improvement.)
(Make invalid magnitudes default to seconds like in the template.)
Line 55:
end
if not min_magnitude then min_magnitude_num = 0 end
local magnitude_num = math.max( min_magnitude_num, auto_magnitude_num )
if ( timeDiff >= 0 ) then
Anonymous user