Skip to content

activitypub: fix date header format

kaniini requested to merge hotfix/http-date-header into develop

HTTP date header specification says that days must always be two-digit. Accordingly, change the format string used to ensure days are always represented as two-digit (e.g. 01).

Merge request reports