wok-current diff perl-datetime/description.txt @ rev 25268
xorg-cf-files/Imake.tmpl: update ArCmd
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 17 14:59:20 2022 +0000 (2022-07-17) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-datetime/description.txt Sun Jul 17 14:59:20 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".