From d4662f58434d471862817543a9a09142dc8542e9 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Mon, 8 Sep 2025 12:27:35 +0000 Subject: [PATCH] Seconds are 0 in times unless otherwise noted --- doc/src/architecture/timestamps.m4 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/src/architecture/timestamps.m4 b/doc/src/architecture/timestamps.m4 index 78547f3..af7af46 100644 --- a/doc/src/architecture/timestamps.m4 +++ b/doc/src/architecture/timestamps.m4 @@ -1,4 +1,4 @@ -.. Copyright (C) 2023 The Meme Factory, Inc. www.karlpinc.com +.. Copyright (C) 2023, 2025 The Meme Factory, Inc. www.karlpinc.com This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as @@ -33,6 +33,9 @@ This is best illustrated with an example:: SELECT '1707-05-23'::DATE; +Unless otherwise noted, all times have a precision of 1 minute. +The seconds portion of the time value is always ``0``. + .. _input_and_output_representations: Input and Output Representations -- 2.34.1