From e0fc913719aae2ed1b10884e80f085218738f65d Mon Sep 17 00:00:00 2001 From: tcheeric Date: Sun, 2 Jul 2023 11:57:27 +0100 Subject: [PATCH] For clarification, the time unit for all date attributes in the filters (since, until) are in seconds --- 01.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/01.md b/01.md index 0744058..2ff81eb 100644 --- a/01.md +++ b/01.md @@ -66,8 +66,8 @@ Clients can send 3 types of messages, which must be JSON arrays, according to th "kinds": , "#e": , "#p": , - "since": , - "until": , + "since": , + "until": , "limit": } ```