1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: php-date
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: Gregory Colpart (evolix) <reg@evolix.fr>,
Prach Pongpanich <prach@debian.org>
Build-Depends: debhelper (>= 9),
pkg-php-tools (>= 1.32)
Standards-Version: 3.9.7
Homepage: http://pear.php.net/package/Date/
Vcs-Git: https://anonscm.debian.org/git/pkg-php/php-date.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-php/php-date.git
Package: php-date
Architecture: all
Depends: ${misc:Depends},
${phppear:Debian-Depends}
Recommends: ${phppear:Debian-Recommends}
Breaks: ${phppear:Debian-Breaks}
Description: ${phppear:summary}
These are generic classes for representation and manipulation of
dates, times and time zones without the need of timestamps, which is
a huge limitation for PHP programs. They include time zone data, time
zone conversions and many date/time conversions.
|