UnifiedArchive icon indicating copy to clipboard operation
UnifiedArchive copied to clipboard

Alchemy\Zippy\Archive\Member::getLastModifiedDate() returns DateTime,…

Open rotdrop opened this issue 8 months ago • 2 comments

… not string.

According to "git blame" this has always been the case, so the obvious fix is just use DateTime::getTimestamp() instead of strtotime().

rotdrop avatar May 28 '24 13:05 rotdrop