From e12197dd1752e3e49d1c94effb7c1fbb4288d65b Mon Sep 17 00:00:00 2001 From: Ivan Kozlovic Date: Thu, 17 Sep 2020 19:40:12 -0600 Subject: [PATCH] Document MsgProto.Timestamp precision Resolves https://github.com/nats-io/stan.go/issues/328 --- developing-with-nats-streaming/protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developing-with-nats-streaming/protocol.md b/developing-with-nats-streaming/protocol.md index c1d3510..98606e2 100644 --- a/developing-with-nats-streaming/protocol.md +++ b/developing-with-nats-streaming/protocol.md @@ -186,7 +186,7 @@ The `MsgProto` message is received by client from the NATS Streaming Server, con * `sequence`: Globally ordered sequence number for the subject's channel * `subject`: Subject * `data`: Payload -* `timestamp`: Time the message was stored in the server. +* `timestamp`: Time the message was stored in the server. Represented as Unix time (number of nanoseconds elapsed since January 1, 1970 UTC) * `redelivered`: Flag specifying if the message is being redelivered [Back to table](protocol.md#protocols)