summaryrefslogtreecommitdiff
path: root/time/pear-Date/DESCR
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2003-12-17 19:06:56 +0000
committerjdolecek <jdolecek>2003-12-17 19:06:56 +0000
commit7cd88a3a9731fe343ad5a7c960d3b6010630bf48 (patch)
treeafc1152df338b90693dbea1f768ba27d18ccc66f /time/pear-Date/DESCR
parent966c6be26de7b43a639ba83404337de6590f53a3 (diff)
downloadpkgsrc-7cd88a3a9731fe343ad5a7c960d3b6010630bf48.tar.gz
Add pear-Date 1.3
pear-Date are generic PHP classes for representation and manipulation of dates, times and time zones without the need of timestamps, which is a huge limitation for php programs. Includes time zone data, time zone conversions and many date/time conversions. It does not rely on 32-bit system date stamps, so you can display calendars and compare dates that date pre 1970 and post 2038. This package also provides a class to convert date strings between Gregorian and Human calendar formats.
Diffstat (limited to 'time/pear-Date/DESCR')
-rw-r--r--time/pear-Date/DESCR8
1 files changed, 8 insertions, 0 deletions
diff --git a/time/pear-Date/DESCR b/time/pear-Date/DESCR
new file mode 100644
index 00000000000..5e154a45f5f
--- /dev/null
+++ b/time/pear-Date/DESCR
@@ -0,0 +1,8 @@
+Generic PHP classes for representation and manipulation of
+dates, times and time zones without the need of timestamps,
+which is a huge limitation for php programs. Includes time zone data,
+time zone conversions and many date/time conversions.
+It does not rely on 32-bit system date stamps, so
+you can display calendars and compare dates that date
+pre 1970 and post 2038. This package also provides a class
+to convert date strings between Gregorian and Human calendar formats.