From 31e9c6d2d57ecd6c1c73623e7e6a1f8608ec3983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Tue, 6 Sep 2022 14:38:09 +0200 Subject: xC/xP: pass timestamps with millisecond precision Future-proofing the protocol. --- xC-proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xC-proto') diff --git a/xC-proto b/xC-proto index 526cd0f..54ca6b8 100644 --- a/xC-proto +++ b/xC-proto @@ -71,7 +71,7 @@ struct EventMessage { PART, ACTION, } rendition; - // Unix timestamp in seconds. + // Unix timestamp in milliseconds. u64 when; // Broken-up text, with in-band formatting. union ItemData switch (enum Item { -- cgit v1.2.3