diff --git a/changelog/unreleased/webdav-report-date-format.md b/changelog/unreleased/webdav-report-date-format.md new file mode 100644 index 00000000000..07fbd02f13b --- /dev/null +++ b/changelog/unreleased/webdav-report-date-format.md @@ -0,0 +1,5 @@ +Bugfix: GetLastModified property in the REPORT response will use RFC1123 format + +This will follow the standard and will also match the format of the same property in the PROPFIND response + +https://github.com/owncloud/ocis/pull/10738