<?xml version="1.0" encoding="UTF-8" ?>
<r xmlns="http://pear.php.net/dtd/rest.release"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xsi:schemaLocation="http://pear.php.net/dtd/rest.release
    http://pear.php.net/dtd/rest.release.xsd">
 <p xlink:href="/rest/p/date">Date</p>
 <c>pear.php.net</c>
 <v>1.4.4</v>
 <st>beta</st>
 <l>PHP License</l>
 <m>pajoye</m>
 <s>Date and Time Zone Classes</s>
 <d>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.</d>
 <da>2005-10-02 11:22:12</da>
 <n>- Establish the DATE_CALC_FORMAT constant
  and use it as the default value for each
  of the Date_Calc class' method's $format
  parameter.
- Add beginOfMonthBySpan() and
  endOfMonthBySpan() methods to Date_Calc.
- Use integers for the parameters in
  Date_Calc instead of strings.
- Tweak Date_Calc::NWeekdayOfMonth() so it
  can calculate the 'last' given weekday of
  a month.
- #1640. Make sure all longname's are also
  keys in $GLOBALS['_DATE_TIMEZONE_DATA'].  Makes
  Date_TimeZone work under more operating systems.
- #5420, missing CEST
- #3846, getYear, getMonth returns integer
- #2652, add %h and %i support (rob at wildlime dot com
- #5494, force dot as decimal separator
- #3022, allow to specify the weekday abbrevation length used in ::format()
- #4878, %s padding fix when &lt; 10 ( aashley at optimiser dot com)
- #3059, use GLOBALS in date_span</n>
 <f>52298</f>
 <g>http://pear.php.net/get/Date-1.4.4</g>
 <x xlink:href="package.1.4.4.xml"/>
</r>