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
I have a Zip with a file dated (according to zipdetails) 'Tue Mar 4 13:20:00 2025', but zip thinks it's {{2025, 3, 4}, {13, 19, 60}} which results in zip:unzip/1 returning {error, badarg}.
👋
I have a Zip with a file dated (according to
zipdetails
) 'Tue Mar 4 13:20:00 2025', butzip
thinks it's{{2025, 3, 4}, {13, 19, 60}}
which results inzip:unzip/1
returning{error, badarg}
.I think this might be the offending function:
After #8537 it multiplies
Seconds
by two. Should it roll over to the next minute if the result is 60 or maybe just cap it at 59?otp/lib/stdlib/src/zip.erl
Lines 2463 to 2472 in e8473e6
Or is my Zip just malformed?
The text was updated successfully, but these errors were encountered: