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.
This commit is contained in:
Benjamin Neff 2016-12-28 16:41:15 +01:00
parent a15d285a6e
commit df47a141ce

View file

@ -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