# File lib/archive/zip/extra_field/extended_timestamp.rb, line 112
    def initialize(mtime, atime, crtime)
      @header_id = ID
      self.mtime = mtime unless mtime.nil?
      self.atime = atime unless atime.nil?
      self.crtime = crtime unless crtime.nil?
    end