<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
    <channel rdf:about="http://pear.php.net/">
    <link>http://pear.php.net/</link>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <dc:language>en-us</dc:language><items>
<rdf:Seq><rdf:li rdf:resource="http://pear.php.net/package/Date/download/1.5.0a1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Date/download/1.4.7/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Date/download/1.4.6/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Date/download/1.4.5/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Date/download/1.4.4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Date/download/1.4.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Date/download/1.4.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Date/download/1.4.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Date/download/1.4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Date/download/1.4rc1/"/>
</rdf:Seq>
</items>

<title>PEAR: Latest releases for scar</title>
<description>The latest releases for the PEAR developer scar (Leonardo Dutra)</description>
</channel>

<item rdf:about="http://pear.php.net/package/Date/download/1.5.0a1/">
 <title>Date 1.5.0a1</title>
 <link>http://pear.php.net/package/Date/download/1.5.0a1/</link>
 <content:encoded>* Fixed bug #2378: getDate(DATE_FORMAT_UNIXTIME) doesn't convert to GMT&lt;br /&gt;
* Fixed bug #7439: US/Indiana Daylight Savings Change&lt;br /&gt;
* Implemented request #9700: Incorrect timestamps allowd&lt;br /&gt;
* Fixed bug #10349: Wrong offset in timezones&lt;br /&gt;
* Fixed bug #10591: inDaylightTime fails&lt;br /&gt;
* Implemented request #11090: microtime is not set by default constructor&lt;br /&gt;
* Fixed bug #11313: DST time change not handled correctly&lt;br /&gt;
* Fixed bug #11475: Date::copy don't copy milisecond part&lt;br /&gt;
* Fixed bug #11682: Australia/Perth has DST&lt;br /&gt;
* Fixed bug #11708: getWeekdayAbbrname returns wrong lenght if string is unicode&lt;br /&gt;
* Fixed bug #12019: Date-&gt;after(...) changes the date&lt;br /&gt;
* Fixed bug #12420: Date constructor handles iso 8601 timezone offests of zero incorrectly&lt;br /&gt;
* Fixed bug #12529: setTZ globally sets your TZ instead of only within date object&lt;br /&gt;
* Fixed bug #13376: setFromDateDiff change source dates&lt;br /&gt;
&lt;br /&gt;
* Improved time-zone functionality so that it is entirely handled by the class and not reliant on native functions&lt;br /&gt;
* Added leap-second functionality&lt;br /&gt;
* Added functions 'Date::round()' and 'Date::trunc()'&lt;br /&gt;
* Added formatting function 'Date::format2()' that uses a 'YYYY-MM-DD'-style formatting code&lt;br /&gt;
* Added formatting function 'Date::format3()' to allow date-formatting using the formatting code of 'date()'
 </content:encoded>
 <dc:date>2008-03-23T18:58:38-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Date/download/1.4.7/">
 <title>Date 1.4.7</title>
 <link>http://pear.php.net/package/Date/download/1.4.7/</link>
 <content:encoded>* Fix bug #8912: putenv() causes crashes in DateTimeZone::inDaylightTime() under windows&lt;br /&gt;
* Fix bug #9409: Date_Calc, fatal error using a non-array variable as an array&lt;br /&gt;
* Fix bug #9414: Date::addSeconds() fails to work properly with negative numbers&lt;br /&gt;
* Many cosmetics update&lt;br /&gt;
* Moved bug test files to tests/bugs/&lt;br /&gt;
* Removed unused files
 </content:encoded>
 <dc:date>2006-11-21T21:27:55-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Date/download/1.4.6/">
 <title>Date 1.4.6</title>
 <link>http://pear.php.net/package/Date/download/1.4.6/</link>
 <content:encoded>- Change license from PHP License to new BSD License&lt;br /&gt;
- Bug #5715 fypo, missing s in $GLOBALS
 </content:encoded>
 <dc:date>2005-11-14T19:33:04-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Date/download/1.4.5/">
 <title>Date 1.4.5</title>
 <link>http://pear.php.net/package/Date/download/1.4.5/</link>
 <content:encoded>Same code base as 1.4.4-beta&lt;br /&gt;
See 1.4.4 changelog for details
 </content:encoded>
 <dc:date>2005-10-11T21:03:38-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Date/download/1.4.4/">
 <title>Date 1.4.4</title>
 <link>http://pear.php.net/package/Date/download/1.4.4/</link>
 <content:encoded>- Establish the DATE_CALC_FORMAT constant&lt;br /&gt;
  and use it as the default value for each&lt;br /&gt;
  of the Date_Calc class' method's $format&lt;br /&gt;
  parameter.&lt;br /&gt;
- Add beginOfMonthBySpan() and&lt;br /&gt;
  endOfMonthBySpan() methods to Date_Calc.&lt;br /&gt;
- Use integers for the parameters in&lt;br /&gt;
  Date_Calc instead of strings.&lt;br /&gt;
- Tweak Date_Calc::NWeekdayOfMonth() so it&lt;br /&gt;
  can calculate the 'last' given weekday of&lt;br /&gt;
  a month.&lt;br /&gt;
- #1640. Make sure all longname's are also&lt;br /&gt;
  keys in $GLOBALS['_DATE_TIMEZONE_DATA'].  Makes&lt;br /&gt;
  Date_TimeZone work under more operating systems.&lt;br /&gt;
- #5420, missing CEST&lt;br /&gt;
- #3846, getYear, getMonth returns integer&lt;br /&gt;
- #2652, add %h and %i support (rob at wildlime dot com&lt;br /&gt;
- #5494, force dot as decimal separator&lt;br /&gt;
- #3022, allow to specify the weekday abbrevation length used in ::format()&lt;br /&gt;
- #4878, %s padding fix when &lt; 10 ( aashley at optimiser dot com)&lt;br /&gt;
- #3059, use GLOBALS in date_span
 </content:encoded>
 <dc:date>2005-10-02T11:22:12-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Date/download/1.4.3/">
 <title>Date 1.4.3</title>
 <link>http://pear.php.net/package/Date/download/1.4.3/</link>
 <content:encoded>- Fix #1250 Wrond name for Bangladesh TZ&lt;br /&gt;
- Fix #1390, add XML Schema datetime support&lt;br /&gt;
  (aashley at optimiser dot com)&lt;br /&gt;
  See http://www.w3.org/TR/2004/PER-xmlschema-2-20040318/#dateTime
 </content:encoded>
 <dc:date>2004-05-16T09:17:18-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Date/download/1.4.2/">
 <title>Date 1.4.2</title>
 <link>http://pear.php.net/package/Date/download/1.4.2/</link>
 <content:encoded>- Fix #976 TimeZone default bad global usage&lt;br /&gt;
   only _DATE_TIMEZONE_DEFAULT is used now&lt;br /&gt;
- Fix #683, add optional length argumet to getDayName()&lt;br /&gt;
- Fix PHP5 problems with get_class functions
 </content:encoded>
 <dc:date>2004-03-14T10:38:23-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Date/download/1.4.1/">
 <title>Date 1.4.1</title>
 <link>http://pear.php.net/package/Date/download/1.4.1/</link>
 <content:encoded>- Fix #674 endOfWeek() beginOfWeek()&lt;br /&gt;
- Fix #727, weeksInMonth (wrong result with some dates)&lt;br /&gt;
- Fix #674 (and old system #22549), check arguments in Date_Span
 </content:encoded>
 <dc:date>2004-02-24T11:07:02-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Date/download/1.4/">
 <title>Date 1.4</title>
 <link>http://pear.php.net/package/Date/download/1.4/</link>
 <content:encoded>- improvements in input date parsing&lt;br /&gt;
- add Date methods addSpan() and subtractSpan()&lt;br /&gt;
- added two more ISO8601 date/time output formats DATE_FORMAT_ISO_BASIC and DATE_FORMAT_ISO_EXTENDED&lt;br /&gt;
- improve Date_Calc isLeapYear() and daysInMonth() for year 1582&lt;br /&gt;
- add gregorianToISO() method to Date_Calc&lt;br /&gt;
- add dateSeason() method to Date_Calc&lt;br /&gt;
- add Date_Span class&lt;br /&gt;
- bugfix in Date_Calc when century ends in 00, only define DATE_CALC_BEGIN_WEEKDAY if not already defined&lt;br /&gt;
- bugfix in beginOfNextWeek(), beginOfPreviousWeek() (thx to andreas dot kossmeier at bergfex dot at)&lt;br /&gt;
- bugfix in nextDayOfWeek and prevDayOfWeek (thx to koan at gmx dot at)&lt;br /&gt;
- bugfix for bug 62: getDate(DATE_FORMAT_UNIXTIME) off because of DST&lt;br /&gt;
- bugfix for bug 65: format(e) returns zero-padded day&lt;br /&gt;
- bugfix for bug 195: Suppress a notice in setDate()&lt;br /&gt;
- bugfix for bug 271: Date_Calc weeksInMonth() returns wrong number&lt;br /&gt;
- fix abstraction bug, Date constructor accepts now object that extends Date&lt;br /&gt;
- add tests to release package&lt;br /&gt;
- Fix notices and mins calc in to toUTCbyOffset()
 </content:encoded>
 <dc:date>2003-12-21T09:25:53-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Date/download/1.4rc1/">
 <title>Date 1.4rc1</title>
 <link>http://pear.php.net/package/Date/download/1.4rc1/</link>
 <content:encoded>- improvements in input date parsing&lt;br /&gt;
- add Date methods addSpan() and subtractSpan()&lt;br /&gt;
- added two more ISO8601 date/time output formats DATE_FORMAT_ISO_BASIC and DATE_FORMAT_ISO_EXTENDED&lt;br /&gt;
- improve Date_Calc isLeapYear() and daysInMonth() for year 1582&lt;br /&gt;
- add gregorianToISO() method to Date_Calc&lt;br /&gt;
- add dateSeason() method to Date_Calc&lt;br /&gt;
- add Date_Span class&lt;br /&gt;
- bugfix in Date_Calc when century ends in 00, only define DATE_CALC_BEGIN_WEEKDAY if not already defined&lt;br /&gt;
- bugfix in beginOfNextWeek(), beginOfPreviousWeek() (thx to andreas dot kossmeier at bergfex dot at)&lt;br /&gt;
- bugfix in nextDayOfWeek and prevDayOfWeek (thx to koan at gmx dot at)&lt;br /&gt;
- bugfix for bug 62: getDate(DATE_FORMAT_UNIXTIME) off because of DST&lt;br /&gt;
- bugfix for bug 65: format(e) returns zero-padded day&lt;br /&gt;
- bugfix for bug 195: Suppress a notice in setDate()&lt;br /&gt;
- bugfix for bug 271: Date_Calc weeksInMonth() returns wrong number&lt;br /&gt;
- add tests to release package
 </content:encoded>
 <dc:date>2003-12-03T16:30:28-05:00</dc:date>
</item>

</rdf:RDF>