From 7b9a992f8398ea746d61c3a24372ba8044f32312 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 8 Nov 2019 20:26:29 +0000 Subject: more fix date header format (cherry picked from commit fa437b7977ba7fffd7368fa5c75e3d57fbf75424) --- Zotlabs/Lib/LDSignatures.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zotlabs/Lib/LDSignatures.php b/Zotlabs/Lib/LDSignatures.php index b13c4cf4a..16c8cfc18 100644 --- a/Zotlabs/Lib/LDSignatures.php +++ b/Zotlabs/Lib/LDSignatures.php @@ -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)); -- cgit v1.2.3