From 4af0a6383861090d45e12316cc3ae52cb2871ef4 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 12 Dec 2020 22:50:29 +0100 Subject: wcal.1: clarify calendar used --- README | 8 ++++---- wcal.1 | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README b/README index 9f0a548..c5566c6 100644 --- a/README +++ b/README @@ -48,8 +48,8 @@ LICENSE http://creativecommons.org/publicdomain/zero/1.0/ -BUGS - This program uses mktime(3) for date manipulation and does not respect - the Gregorian calendar reform. +CAVEATS + This program uses a proleptic Gregorian Calendar and may yield unexpected + results before 1752. The year 0000 starts on a Saturday. -Void Linux March 28, 2020 Void Linux +Void Linux December 12, 2020 Void Linux diff --git a/wcal.1 b/wcal.1 index 28885bf..4da0c16 100644 --- a/wcal.1 +++ b/wcal.1 @@ -1,4 +1,4 @@ -.Dd March 28, 2020 +.Dd December 12, 2020 .Dt WCAL 1 .Os .Sh NAME @@ -55,7 +55,7 @@ has waived all copyright and related or neighboring rights to this work. .Pp .Lk http://creativecommons.org/publicdomain/zero/1.0/ -.Sh BUGS -This program uses -.Xr mktime 3 -for date manipulation and does not respect the Gregorian calendar reform. +.Sh CAVEATS +This program uses a proleptic Gregorian Calendar +and may yield unexpected results before 1752. +The year 0000 starts on a Saturday. -- cgit 1.4.1