diff options
author | lain <lain@soykaf.club> | 2019-03-08 12:19:46 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-03-08 12:19:46 +0100 |
commit | 7e67a29852c88b87d2e5abfd78b3c59ffd8e6b22 (patch) | |
tree | 527acc095dcd718970ea329f3fa31a2ce59f879b | |
parent | 23efad96c1474c0d3033fb20e107e6dc42d6baba (diff) | |
parent | a0f1c0246b0621ed6d7f6923cd1e687dc9f1308d (diff) | |
download | pleroma-7e67a29852c88b87d2e5abfd78b3c59ffd8e6b22.tar.gz |
Merge branch 'master' of git.pleroma.social:pleroma/pleroma
-rw-r--r-- | lib/pleroma/web/activity_pub/activity_pub.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/activity_pub/activity_pub.ex b/lib/pleroma/web/activity_pub/activity_pub.ex index 52f5a0c70..bd4ac6197 100644 --- a/lib/pleroma/web/activity_pub/activity_pub.ex +++ b/lib/pleroma/web/activity_pub/activity_pub.ex @@ -776,7 +776,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, %{ |