Android Question Unzip - keep file dates unchanged

Rusty

Well-Known Member
Licensed User
Longtime User
I need to unzip (using Archiver library...currently) and keep the original file dates.
i.e. Date of FILE on PC = 2016-04-26 12:00:01 -> zip file. (file date is still accurate within the ZIP file)
Unzip the ZIP file on Android, a file contained within the ZIP file the date is the date/time the UNZIP occurred i.e. 2016-04-26 14:57:32

I need the file date/time to remain the same after un-zipping.
Is there a way to do this?
Thanks,
 
Last edited:
Top