diff options
author | Leah Neukirchen <leah@vuxu.org> | 2020-12-12 22:50:29 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2020-12-12 22:50:29 +0100 |
commit | 4af0a6383861090d45e12316cc3ae52cb2871ef4 (patch) | |
tree | 061ada5b0f43ebae9c0cfb26f8c2816c341e4002 | |
parent | 7ff1228ff7e5b4e15780934f5c16262c58e18740 (diff) | |
download | wcal-4af0a6383861090d45e12316cc3ae52cb2871ef4.tar.gz wcal-4af0a6383861090d45e12316cc3ae52cb2871ef4.tar.xz wcal-4af0a6383861090d45e12316cc3ae52cb2871ef4.zip |
wcal.1: clarify calendar used
-rw-r--r-- | README | 8 | ||||
-rw-r--r-- | 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. |