Skip to content

http: Fix parsing DAV:getlastmodified

Fabian Vogt requested to merge work/fvogt/kde484671 into master

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

Merge request reports