Specifies timestamp to be in seconds
This commit is contained in:
parent
2f1d1cea63
commit
14b8d01dbb
|
@ -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>],
|
||||
|
|
Loading…
Reference in New Issue