flysystem-webdav icon indicating copy to clipboard operation
flysystem-webdav copied to clipboard

Fix for unknown timezone

Open sdvallejo opened this issue 6 years ago • 0 comments

Old servers sometimes return {DAV:}getlastmodified using old abbreviations. The function strtotime returns false in this cases.

This pull request fixes this problem, removing the timezone from the string if it has failed and calling strtotime again.

sdvallejo avatar Aug 15 '18 12:08 sdvallejo