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
At least in version 1.0 (the current since 2021) Member::getLastModifiedData() returns DateTime, not a textual representation of the last mtime. Hence strtotime() -- which expects a string -- fails. According to "git blame" this has always be the case(?) which surprises. I'll shortly submit a pull request.
Best
Claus
The text was updated successfully, but these errors were encountered:
Hi there,
I think I stumbled over a bug here:
UnifiedArchive/src/Drivers/AlchemyZippy.php
Lines 232 to 233 in 5f02ad0
At least in version 1.0 (the current since 2021)
Member::getLastModifiedData()
returnsDateTime
, not a textual representation of the last mtime. Hencestrtotime()
-- which expects a string -- fails. According to "git blame" this has always be the case(?) which surprises. I'll shortly submit a pull request.Best
Claus
The text was updated successfully, but these errors were encountered: