From ed2621c17f353878ea86ce2c16cac7cd04fb4c6a Mon Sep 17 00:00:00 2001 From: bt Date: Thu, 4 Jun 2026 16:11:03 +0200 Subject: [common] Include milliseconds in timestamps --- docs/rfc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/rfc.md') diff --git a/docs/rfc.md b/docs/rfc.md index 5c9f9b0..d6c8085 100644 --- a/docs/rfc.md +++ b/docs/rfc.md @@ -117,7 +117,7 @@ Number in numeric type name is number of bits used to encode this type. ### Timestamp -Uint64 containing Unix timestamp in UTC timezone. +Uint64 containing Unix timestamp in UTC timezone. Milliseconds are included. ~~~ ascii-art 0 1 2 3 -- cgit v1.2.3