flysystem-webdav
flysystem-webdav copied to clipboard
Fix for unknown timezone
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.