You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding a folder to a ZipFile using ZipFile#addFolder(File, ZipParameters) with ZipParameters#lastModifiedFileTime configured to some value such as 1, this value is ignored.
I believe that the reason for this behavior can be found here, as the lastModifiedFileTime just gets set to epochToExtendedDosTime((fileToAdd.lastModified())).
The text was updated successfully, but these errors were encountered:
NichtStudioCode
changed the title
ZipParameters lastModifiedTime is ignored when adding folder
ZipParameters lastModifiedTime is ignored
Jun 4, 2022
When adding a folder to a ZipFile using
ZipFile#addFolder(File, ZipParameters)
withZipParameters#lastModifiedFileTime
configured to some value such as1
, this value is ignored.I believe that the reason for this behavior can be found here, as the
lastModifiedFileTime
just gets set toepochToExtendedDosTime((fileToAdd.lastModified()))
.The text was updated successfully, but these errors were encountered: