Merge branch 'cherry-pick-fa437b79' into 'dev'
more fix date header format See merge request hubzilla/core!1776
This commit is contained in:
commit
163b1ee9f8
@ -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));
|
||||
|
Reference in New Issue
Block a user