From 83ab13ef407064c2b65757df15e1976c0778f169 Mon Sep 17 00:00:00 2001 From: Sanaz Taheri Boshrooyeh <35961250+staheri14@users.noreply.github.com> Date: Fri, 20 Aug 2021 13:03:16 -0700 Subject: [PATCH] Clarifies the unit of timestamp (#454) * clarifies the unit of timestamp * minor revision --- content/docs/rfcs/14/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/docs/rfcs/14/README.md b/content/docs/rfcs/14/README.md index cfc5863e..e9188e14 100644 --- a/content/docs/rfcs/14/README.md +++ b/content/docs/rfcs/14/README.md @@ -34,7 +34,10 @@ To enable a bidirectional bridge with Waku v1 see [15/WAKU2-BRIDGE](/spec/15) fo The `version` field MAY be filled out to allow for various types of payload encryption. Omitting it means the version is 0. -The `timestamp` field MAY be filled out to signify the time at which the message is generated by its sender. This field holds the Unix epoch time. Omitting it means the timestamp is unspecified. +The `timestamp` field MAY be filled out to signify the time at which the message is generated by its sender. +This field holds the Unix epoch time in seconds. +The fractional part represents the sub-seconds. +Omitting it means the timestamp is unspecified. ## Payloads