Paketname | libdatetime-set-perl |
Beschreibung | Datetime sets and set math |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.28-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 184 Byte |
Hängt ab von | perl, libset-infinite-perl (>= 0.59), libdatetime-perl (>= 0.12), libparams-validate-perl |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 47504 Byte |
Prüfsumme MD5 | 860cd5aea8f14f09a679ac697776e9bf |
Prüfsumme SHA1 | 1edb82bd5476db94494d0db96e989228959672d9 |
Prüfsumme SHA256 | ecf58fd4d1db953098f9a9967bf05d237d834942d8830e8bd1afa007eb8df411 |
Link zum Herunterladen | libdatetime-set-perl_0.28-1_all.deb |
Ausführliche Beschreibung | DateTime::Set is a module for date/time sets. It can be used to
handle two different types of sets.
.
The first is a fixed set of predefined datetime objects. For example,
if we wanted to create a set of dates containing the birthdays of
people in our family.
.
The second type of set that it can handle is one based on the idea of
a recurrence, such as "every Wednesday", or "noon on the 15th day of
every month". This type of set can have fixed starting and ending
datetimes, but neither is required. So our "every Wednesday set"
could be "every Wednesday from the beginning of time until the end of
time", or "every Wednesday after 2003-03-05 until the end of time", or
"every Wednesday between 2003-03-05 and 2004-01-07".
|