<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/date/TODO, branch microseconds</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>- Updated to-do.</title>
<updated>2011-09-08T16:57:41+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>derick@php.net</email>
</author>
<published>2011-09-08T16:57:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=72ebf32b49423a721dcb274f77ab4edf0f99b81c'/>
<id>72ebf32b49423a721dcb274f77ab4edf0f99b81c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Update TODO</title>
<updated>2005-08-04T14:59:29+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>derick@php.net</email>
</author>
<published>2005-08-04T14:59:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f3d9a1adbd5781a8f8019338b467bd373241333b'/>
<id>f3d9a1adbd5781a8f8019338b467bd373241333b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed bug #33578 (strtotime() problem with "Oct17" format).</title>
<updated>2005-07-20T08:31:02+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>derick@php.net</email>
</author>
<published>2005-07-20T08:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e6c1ff254d0c1b246d83bdaffda0a9403fa5eeba'/>
<id>e6c1ff254d0c1b246d83bdaffda0a9403fa5eeba</id>
<content type='text'>
- Fixed problems with lone years in strtotime().
- Added functions to timelib to get a list of all abbreviations and timezone
  identifiers.
- Fixed problems with parsed dates that only have GMT offsets associated
  with them.
- Fixed a Windows compile problem.
- Added special constants for different often used date formats (DATE_ISO8601,
  DATE_RFC822, DATE_RSS etc).
- Fixed date_default_timezone_get() to return the guessed timezone if none
  was set yet with date_default_timezone_set().
- Added experimental support for Date/Timezone objects as per specifications.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fixed problems with lone years in strtotime().
- Added functions to timelib to get a list of all abbreviations and timezone
  identifiers.
- Fixed problems with parsed dates that only have GMT offsets associated
  with them.
- Fixed a Windows compile problem.
- Added special constants for different often used date formats (DATE_ISO8601,
  DATE_RFC822, DATE_RSS etc).
- Fixed date_default_timezone_get() to return the guessed timezone if none
  was set yet with date_default_timezone_set().
- Added experimental support for Date/Timezone objects as per specifications.

</pre>
</div>
</content>
</entry>
<entry>
<title>- Reorganize headers, and update TODO.</title>
<updated>2005-06-29T19:08:26+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>derick@php.net</email>
</author>
<published>2005-06-29T19:08:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e4860af7850b172fb16ea4fb2cc1e2e747e95959'/>
<id>e4860af7850b172fb16ea4fb2cc1e2e747e95959</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Update TODO.</title>
<updated>2005-06-20T11:08:28+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>derick@php.net</email>
</author>
<published>2005-06-20T11:08:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d99e8894ffc620af5928e1db3b751b63428bdf28'/>
<id>d99e8894ffc620af5928e1db3b751b63428bdf28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Added backward compability wrapper "php_parse_date()".</title>
<updated>2005-06-19T22:15:27+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>derick@php.net</email>
</author>
<published>2005-06-19T22:15:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3cdc8952133b7e205b211d2c1fa76d465b034107'/>
<id>3cdc8952133b7e205b211d2c1fa76d465b034107</id>
<content type='text'>
- Changed WDDX extension to use new date parsing code.
- Removed all remnants to the old parser.
#- I hope that I didn't break the .dsp's...

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Changed WDDX extension to use new date parsing code.
- Removed all remnants to the old parser.
#- I hope that I didn't break the .dsp's...

</pre>
</div>
</content>
</entry>
<entry>
<title>- Allow default timezone to be set with the .ini setting "date.timezone".</title>
<updated>2005-06-18T20:23:19+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>derick@php.net</email>
</author>
<published>2005-06-18T20:23:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3e7446f0e7029f7455a6973b646b03bf897d2597'/>
<id>3e7446f0e7029f7455a6973b646b03bf897d2597</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Update NEWS with bugfix happyness.</title>
<updated>2005-06-18T19:40:31+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>derick@php.net</email>
</author>
<published>2005-06-18T19:40:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=635ea0d5fd20211e00765a00da9df93842dcb0f0'/>
<id>635ea0d5fd20211e00765a00da9df93842dcb0f0</id>
<content type='text'>
- Update TODO file for ext/date. No known bugs currently.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Update TODO file for ext/date. No known bugs currently.

</pre>
</div>
</content>
</entry>
<entry>
<title>some more things to do</title>
<updated>2005-06-18T18:11:33+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2005-06-18T18:11:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=20cc9e3939df6e750bbaa4faff534bdfd70ed58c'/>
<id>20cc9e3939df6e750bbaa4faff534bdfd70ed58c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Hide the "Unexpected character..." message for now.</title>
<updated>2005-06-15T07:58:21+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>derick@php.net</email>
</author>
<published>2005-06-15T07:58:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6d7667267bbf54cda6c8bf080d80bf83ab22e4ca'/>
<id>6d7667267bbf54cda6c8bf080d80bf83ab22e4ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
