~~~ruby DateTime.new(2014,1,2,3,4,5.678).strftime("%L") # => "678" Time.new(2014,1,2,3,4,5.678).strftime("%L") # => "677" ~~~ I think these should both produce "678", but at the very least they should produce the same number so u...dchelimsky (David Chelimsky)