wok diff perl-datetime/description.txt @ rev 25555
Up gsoap (2.8.127)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 19 10:00:25 2023 +0000 (19 months ago) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-datetime/description.txt Wed Apr 19 10:00:25 2023 +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".