UnifiedArchive
UnifiedArchive copied to clipboard
Alchemy\Zippy\Archive\Member::getLastModifiedDate() returns DateTime,…
… not string.
According to "git blame" this has always been the case, so the obvious fix is just use DateTime::getTimestamp() instead of strtotime().