# File lib/mongoid/fields/serializable/timekeeping.rb, line 100
        def strip_milliseconds(time)
          ::Time.at(time.to_i)
        end