From 468715e4440305717c73d5883a4e99604ac310a2 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Mon, 10 Nov 2025 22:09:45 +0000 Subject: [PATCH] Document that event start and stop times are inclusive --- doc/src/tables/events.m4 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/src/tables/events.m4 b/doc/src/tables/events.m4 index 78787a6..d937e45 100644 --- a/doc/src/tables/events.m4 +++ b/doc/src/tables/events.m4 @@ -174,6 +174,11 @@ Start The time the event started. |EVENTS.Start_summary| +As with many other time values, this value is precise to the minute. +The "starting minute" recorded in this column is an "inclusive +endpoint", the event occurred (or began occurring), and was ongoing, +during the designated minute. + The value of this column cannot be before ``sdb_min_event_start``. |noseconds| |notnull| @@ -187,6 +192,11 @@ Stop The time the event stopped. |EVENTS.Stop_summary| +As with many other time values, this value is precise to the minute. +The "ending minute" recorded in this column is an "inclusive +endpoint", the event finished occurring, but was ongoing, during the +designated minute. + The value of this column cannot be after ``sdb_max_event_stop``. |noseconds| |notnull| -- 2.34.1