Skip to content
Commit a4d7b335 authored by Fabian Vogt's avatar Fabian Vogt
Browse files

http: Fix parsing DAV:getlastmodified

It's defined as a rfc1123 date which always has a "GMT" suffix (which means
UTC). The Qt::RFC2822Date parser in Qt no longer accepts timezones declared
as obsolete in RFC2822, even though that RFC says it MUST be accepted...

Also add some error handling to avoid spitting out invalid UDS values.

BUG: 484671
parent 4beb220c
Pipeline #655007 passed with stage
in 10 minutes and 14 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment