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:
parent
a15d285a6e
commit
df47a141ce
1 changed files with 2 additions and 2 deletions
|
|
@ -75,9 +75,9 @@ Example: `Alice Smith`
|
||||||
|
|
||||||
## Timestamp
|
## 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
|
## Date
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue