Hi,
The date time that ends up in the zip archive is present in each ZipEntry that is added to the archive. There are multiple ways of getting this value set how you wish depending on what classes you are using.
The simplest is to set the DateTime property directly. There is also a ZipEntryFactory class that can be used to generate these for you.
Note that zip extra data can change the date when reading. This isnt a problem when you are creating your own archives as you control this and by default this doesnt happen but may confuse things when looking at archives created by others.
hth, -jr-