From 67c1c88fa1ccedc59983d7a195d581990491df82 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 13 Aug 2003 17:25:05 +0000 Subject: [PATCH] (Time Conversion): For encode-time, explain limits on year. --- lispref/os.texi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lispref/os.texi b/lispref/os.texi index 3536c086f1f..9453ae666c9 100644 --- a/lispref/os.texi +++ b/lispref/os.texi @@ -1233,6 +1233,8 @@ arguments; for example, day 0 means the day preceding the given month. The operating system puts limits on the range of possible time values; if you try to encode a time that is out of range, an error results. +For instance, years before 1970 do not work on some systems; +on others, years as early as 1901 do work. @end defun @node Time Calculations -- 2.39.2