<?xml version="1.0" encoding="ISO-8859-1" ?>
<package version="1.0">
  <name>Date</name>
  <summary>Date and Time Zone Classes</summary>
  <description>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.  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.</description>
  <maintainers>
    <maintainer>
      <user>baba</user>
      <name>Baba Buehler</name>
      <email>baba@babaz.com</email>
      <role>lead</role>
    </maintainer>
    <maintainer>
      <user>mohrt</user>
      <name>Monte Ohrt</name>
      <email>mohrt@php.net</email>
      <role>lead</role>
    </maintainer>
  </maintainers>
  <release>
    <version>1.3</version>
    <date>2002-10-17</date>
    <license>PHP License</license>
    <state>stable</state>
    <notes>- add %O and %o to Date::format(), outputs +/-HH:MM timezone information, enabling the creation of ISO 8601 date strings with format()
- bugfix in Date::copy() method
- bugfix for off-by-one errors in Date::format()'s %I, %P, %p and %r output
- bugfix for Date::setMinute() typo
- bugfix for Date::convertTZ() incorrectly converting some time zones
- bugfix in Date_Calc::NWeekdayOfMonth(), fixes bug #19334, dayOfWeek and dateFormat called with incorrect paramaters</notes>
    <filelist>
      <file role="php" baseinstalldir="/" md5sum="01cda40f87d6956e56ee5d5269e6462c" name="Date.php"/>
      <file role="php" md5sum="dd212dfc437f5f7a3742baa391962f20" name="Date/Calc.php"/>
      <file role="php" md5sum="33ea824f186cceeb818641ad2b7d0807" name="Date/Human.php"/>
      <file role="php" md5sum="9c9f7239442e67c52b94dbd69d4c0b1d" name="Date/TimeZone.php"/>
    </filelist>
  </release>
</package>
