diff options
author | Mario <mario@mariovavti.com> | 2024-01-06 16:44:17 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-01-06 16:44:17 +0000 |
commit | 99c5a4e2f8660fad1812849df47a8a3a3377d9a9 (patch) | |
tree | b16829a27c5585d7e61a1f659e8a0a50714aa29e /Zotlabs/Lib/JcsEddsa2022.php | |
parent | f922a92ffabaaf24f6939dc459b7d27fd5fbc9ca (diff) | |
download | volse-hubzilla-99c5a4e2f8660fad1812849df47a8a3a3377d9a9.tar.gz volse-hubzilla-99c5a4e2f8660fad1812849df47a8a3a3377d9a9.tar.bz2 volse-hubzilla-99c5a4e2f8660fad1812849df47a8a3a3377d9a9.zip |
we do not use named params yet
Diffstat (limited to 'Zotlabs/Lib/JcsEddsa2022.php')
-rw-r--r-- | Zotlabs/Lib/JcsEddsa2022.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/JcsEddsa2022.php b/Zotlabs/Lib/JcsEddsa2022.php index cb5462952..425627b62 100644 --- a/Zotlabs/Lib/JcsEddsa2022.php +++ b/Zotlabs/Lib/JcsEddsa2022.php @@ -17,7 +17,7 @@ class JcsEddsa2022 { $options = [ 'type' => 'DataIntegrityProof', 'cryptosuite' => 'eddsa-jcs-2022', - 'created' => datetime_convert(format: ATOM_TIME), + 'created' => datetime_convert('UTC', 'UTC', 'now', ATOM_TIME), 'verificationMethod' => channel_url($channel) . '#' . $pubkey, 'proofPurpose' => 'assertionMethod', ]; |