wok diff perl-datetime/description.txt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-datetime/description.txt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -0,0 +1,12 @@
     1.4 +DateTime is a class for the representation of date and time combinations,
     1.5 +and is part of the Perl DateTime project.
     1.6 +
     1.7 +It represents the Gregorian calendar, extended backwards in time before
     1.8 +its creation (in 1582).
     1.9 +This is sometimes known as the "proleptic Gregorian calendar".
    1.10 +In this calendar, the first day of the calendar (the epoch), is the first
    1.11 +day of year 1, which corresponds to the date which was (incorrectly)
    1.12 +believed to be the birth of Jesus Christ.
    1.13 +
    1.14 +The calendar represented does have a year 0, and in that way differs
    1.15 +from how dates are often written using "BCE/CE" or "BC/AD".