archive.ExtractToDirectory get invalid Directory Name

if the zip file have chinese Directory, the output file will get wrong Directory Name
1232131.zip (264 Bytes)
I upload a demo, please have a look

string outpath = DateTime.Now.ToFileTime().ToString();
            using (FileStream zipFile = System.IO.File.Open(filePath, FileMode.Open))
            {
                using (var archive = new Archive(zipFile))
                {
                    archive.ExtractToDirectory(outpath);//no exception but wrong result
                }
            }

@lsl

We have tested the scenario and have managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as ZIPNET-505 . You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.