Specifies timestamp to be in seconds

This commit is contained in:
emeceve 2021-02-24 22:34:36 -03:00 committed by fiatjaf
parent 2f1d1cea63
commit 14b8d01dbb
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ The single object type that exists is the `event`, which has the following forma
{
id: <32-bytes sha256 of the the serialized event data>
pubkey: <32-bytes hex-encoded public key of the event creator>,
created_at: <unix timestamp>,
created_at: <unix timestamp in seconds>,
kind: <integer>,
tags: [
["e", <32-bytes hex of the id of another event>, <recommended relay URL>],