class Zip::ExtraField::NTFS

def to_ntfs_time(time)

def to_ntfs_time(time)
  ((time.to_f + SEC_TO_UNIX_EPOCH) * WINDOWS_TICK).to_i
end