From df47a141ce01d3dc96fe5be22340d3aba3011bf2 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Wed, 28 Dec 2016 16:41:15 +0100 Subject: [PATCH] Timestamp should be always in UTC and without milliseconds This is needed because we need to be able to generate the same string again from a timestamp for valid signatures. --- docs/federation/types.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/federation/types.md b/docs/federation/types.md index 90250c5..aa09c5d 100644 --- a/docs/federation/types.md +++ b/docs/federation/types.md @@ -75,9 +75,9 @@ Example: `Alice Smith` ## Timestamp -An [ISO 8601][iso8601] time and date with timezone. +An [ISO 8601][iso8601] time and date with timezone (in UTC and accurate to seconds). -Example: `2016-02-19T02:13:41.863Z` +Example: `2016-02-19T02:13:41Z` ## Date