# File lib/paperclip/attachment.rb, line 275
    def updated_at
      time = instance_read(:updated_at)
      time && time.to_f.to_i
    end