Merge branch 'cherry-pick-fa437b79' into 'dev'

more fix date header format

See merge request hubzilla/core!1776
This commit is contained in:
Max Kostikov 2019-11-08 21:35:06 +01:00
commit 163b1ee9f8

View File

@ -30,7 +30,7 @@ class LDSignatures {
'type' => 'RsaSignature2017',
'nonce' => random_string(64),
'creator' => z_root() . '/channel/' . $channel['channel_address'],
'created' => datetime_convert('UTC','UTC', 'now', 'Y-m-d\Th:i:s\Z')
'created' => datetime_convert('UTC','UTC', 'now', 'Y-m-d\TH:i:s\Z')
];
$ohash = self::hash(self::signable_options($options));