Skip to content
Snippets Groups Projects
Commit b91a6dd8 authored by kaniini's avatar kaniini
Browse files

Merge branch 'hotfix/http-date-header' into 'develop'

activitypub: fix date header format

See merge request pleroma/pleroma!879
parents 1fc1b0d9 689b0730
Branches
No related tags found
No related merge requests found
......@@ -828,7 +828,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do
date =
NaiveDateTime.utc_now()
|> Timex.format!("{WDshort}, {D} {Mshort} {YYYY} {h24}:{m}:{s} GMT")
|> Timex.format!("{WDshort}, {0D} {Mshort} {YYYY} {h24}:{m}:{s} GMT")
signature =
Pleroma.Web.HTTPSignatures.sign(actor, %{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment