zip-stream only uses options.forceLocalTime internally:
entry.setTime(data.date, this.options.forceLocalTime)
However, archiver exposes and forwards forceUTC.
I could not find any runtime handling or translation between these options, which suggests that forceUTC may currently be ignored by zip-stream.
Is this intended, or should archiver translate:
into:
Related:
archiverjs/node-zip-stream#266
zip-streamonly usesoptions.forceLocalTimeinternally:However,
archiverexposes and forwardsforceUTC.I could not find any runtime handling or translation between these options, which suggests that
forceUTCmay currently be ignored byzip-stream.Is this intended, or should
archivertranslate:forceUTC: trueinto:
forceLocalTime: falseRelated:
archiverjs/node-zip-stream#266