We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc37a9 commit 6f81461Copy full SHA for 6f81461
1 file changed
lib/archivers/zip/util.js
@@ -36,7 +36,7 @@ util.dosToDate = function(dos) {
36
};
37
38
util.fromDosTime = function(buf) {
39
- return util.dosToDate(buf.readUInt32LE());
+ return util.dosToDate(buf.readUInt32LE(0));
40
41
42
util.getEightBytes = function(v) {
0 commit comments