fix date header format

(cherry picked from commit bb11cd15d147ebbcc90b544788c9c2ef4925daa5)
This commit is contained in:
Mario 2019-11-08 20:12:06 +00:00
parent 13c05e7937
commit 7532358806

View File

@ -87,7 +87,7 @@ class Activity {
$headers = [
'Accept' => 'application/activity+json, application/ld+json; profile="https://www.w3.org/ns/activitystreams"',
'Host' => $m['host'],
'Date' => datetime_convert('UTC','UTC', 'now', 'D, d M Y h:i:s \\G\\M\\T'),
'Date' => datetime_convert('UTC','UTC', 'now', 'D, d M Y H:i:s \\G\\M\\T'),
'(request-target)' => 'get ' . get_request_string($url)
];
if (isset($token)) {