1. Adventures in Daylight Saving, Norfolk Island, and Time Zone Math (in Ruby) (code.dblock.org)
distance_of_time_in_words is a small Ruby gem that turns two Time objects into a human-readable string like “3 days and 4 hours”. Two separate bug reports against it this year turned out to be variations on the same theme: computing a duration between two timestamps is not the trivial subtraction it...