class Zip::ExtraField::NTFS

def from_ntfs_time(ntfs_time)

def from_ntfs_time(ntfs_time)
  ::Zip::DOSTime.at(ntfs_time / WINDOWS_TICK - SEC_TO_UNIX_EPOCH)
end