wok diff perl-date-manip/description.txt @ rev 24995

updated nginx and nginx-extras (1.19.0 -> 1.21.6)
author Hans-G?nter Theisgen
date Mon May 16 10:04:06 2022 +0100 (2022-05-16)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-date-manip/description.txt	Mon May 16 10:04:06 2022 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +Date::Manip is a series of modules designed to make any common
     1.5 +date or time operation easy to do.
     1.6 +Operations such as comparing two times, determining a date a
     1.7 +given amount of time from another, or parsing international
     1.8 +times are all easily done.
     1.9 +It deals with time as it is used in the Gregorian calendar
    1.10 +(the one currently in use) with full support for time changes
    1.11 +due to daylight saving time.
    1.12 +
    1.13 +From the very beginning, the main focus of Date::Manip has been
    1.14 +to be able to do ANY desired date or time operation easily.
    1.15 +Many other modules exist which may do a subset of these
    1.16 +operations quicker or more efficiently, but no other module
    1.17 +can do all of the operations available in Date::Manip.
    1.18 +
    1.19 +Date::Manip has functionality to work with several fundamental
    1.20 +types of data.