more fix date header format

(cherry picked from commit fa437b7977ba7fffd7368fa5c75e3d57fbf75424)
This commit is contained in:
Mario 2019-11-08 20:26:29 +00:00
parent 4efb258671
commit 7b9a992f83

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));