<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/date/tests/date_default_timezone_get-2.phpt, branch php-7.1.23</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>Remove useless date warning</title>
<updated>2015-02-27T22:27:09+00:00</updated>
<author>
<name>Bob Weinand</name>
<email>bobwei9@hotmail.com</email>
</author>
<published>2015-01-27T00:55:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=b22caa81ee2797572279fc9aff0918c01f708de5'/>
<id>b22caa81ee2797572279fc9aff0918c01f708de5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.3' into PHP-5.4</title>
<updated>2012-04-10T10:37:37+00:00</updated>
<author>
<name>Anatoliy Belsky</name>
<email>ab@php.net</email>
</author>
<published>2012-04-10T10:37:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=31a3e831904b3ac9651fc0bf9528bd139d8f23d5'/>
<id>31a3e831904b3ac9651fc0bf9528bd139d8f23d5</id>
<content type='text'>
* PHP-5.3:
  Fixed bug #61611 ext\date\tests\date_default_timezone_get-2.phpt fails
  Fixed bug #61631 mbstring mail related tests fail
  Fixed bug #61610 Test ext\date\tests\date_default_timezone_get-1.diff fails
  Fix bug #61609 Test ext\date\tests\bug52062.phpt fails As expressed in the comments http://de.php.net/manual/en/datetime.gettimestamp.php this is the generic 32 bit timestamp issue
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.3:
  Fixed bug #61611 ext\date\tests\date_default_timezone_get-2.phpt fails
  Fixed bug #61631 mbstring mail related tests fail
  Fixed bug #61610 Test ext\date\tests\date_default_timezone_get-1.diff fails
  Fix bug #61609 Test ext\date\tests\bug52062.phpt fails As expressed in the comments http://de.php.net/manual/en/datetime.gettimestamp.php this is the generic 32 bit timestamp issue
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #61611 ext\date\tests\date_default_timezone_get-2.phpt fails</title>
<updated>2012-04-10T10:33:11+00:00</updated>
<author>
<name>Anatoliy Belsky</name>
<email>ab@php.net</email>
</author>
<published>2012-04-10T10:33:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=26dbc5ecb455720f49fc4ff707d88e88fafe426d'/>
<id>26dbc5ecb455720f49fc4ff707d88e88fafe426d</id>
<content type='text'>
The behaviour on windows is to select an arbitrary timezone from the
current system settings. This gives no chance to hardcode the timezone
name, for instance for UTC+1 it could choose from the multiple names
like Europe/Berlin or Europe/Paris . For this reason the test is
parametrized so there is no hardcoded timezone data.

The original test made to be skipped on windows and a duplicate was made
for windows. Tested on debian and win7 both x86.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The behaviour on windows is to select an arbitrary timezone from the
current system settings. This gives no chance to hardcode the timezone
name, for instance for UTC+1 it could choose from the multiple names
like Europe/Berlin or Europe/Paris . For this reason the test is
parametrized so there is no hardcoded timezone data.

The original test made to be skipped on windows and a duplicate was made
for windows. Tested on debian and win7 both x86.
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed bug #60236 (TLA timezone dates are not converted properly from</title>
<updated>2011-11-24T17:13:47+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>derick@php.net</email>
</author>
<published>2011-11-24T17:13:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=7411ae09f5565b3f0dfbbfeb71c8f848fd38d6ca'/>
<id>7411ae09f5565b3f0dfbbfeb71c8f848fd38d6ca</id>
<content type='text'>
  timestamp).
- Fixed bug #55253 (DateTime::add() and sub() result -1 hour on objects with
  time zone type 2).

And fixed some test cases.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  timestamp).
- Fixed bug #55253 (DateTime::add() and sub() result -1 hour on objects with
  time zone type 2).

And fixed some test cases.

</pre>
</div>
</content>
</entry>
<entry>
<title>- Removed support for putenv("TZ=..") for setting the timezone.</title>
<updated>2011-09-13T14:48:13+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>derick@php.net</email>
</author>
<published>2011-09-13T14:48:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=58daa3fd3a6d1ad1455e1c2e81f379dba9042c19'/>
<id>58daa3fd3a6d1ad1455e1c2e81f379dba9042c19</id>
<content type='text'>
- Removed the timezone guessing algorithm in case the timezone isn't set with
  date.timezone or date_default_timezone_set(). Instead of a guessed timezone,
  "UTC" is now used instead.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Removed the timezone guessing algorithm in case the timezone isn't set with
  date.timezone or date_default_timezone_set(). Instead of a guessed timezone,
  "UTC" is now used instead.

</pre>
</div>
</content>
</entry>
<entry>
<title> - TZ auto detection varies, not always UTC</title>
<updated>2011-09-13T13:42:03+00:00</updated>
<author>
<name>Pierre Joye</name>
<email>pajoye@php.net</email>
</author>
<published>2011-09-13T13:42:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=65be07be67bed3a73f58e9458fbe9a630b4496ff'/>
<id>65be07be67bed3a73f58e9458fbe9a630b4496ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title> - TZ auto detection varies, not always UTC</title>
<updated>2011-09-13T13:42:03+00:00</updated>
<author>
<name>Pierre Joye</name>
<email>pajoye@php.net</email>
</author>
<published>2011-09-13T13:42:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=ad2a280016f5634b99ef26d57e3a18c1f57e8f6c'/>
<id>ad2a280016f5634b99ef26d57e3a18c1f57e8f6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tests</title>
<updated>2009-01-27T14:16:15+00:00</updated>
<author>
<name>Scott MacVicar</name>
<email>scottmac@php.net</email>
</author>
<published>2009-01-27T14:16:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=8e11f40093a82839ac318107a1e5003a8f16dd08'/>
<id>8e11f40093a82839ac318107a1e5003a8f16dd08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- MFH: Elevate no-tz set warning from E_STRICT to E_WARNING.</title>
<updated>2009-01-27T13:48:10+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>derick@php.net</email>
</author>
<published>2009-01-27T13:48:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=fb183b17776b226c21382c4eab88b00bd424abe6'/>
<id>fb183b17776b226c21382c4eab88b00bd424abe6</id>
<content type='text'>
#- [DOC]

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
#- [DOC]

</pre>
</div>
</content>
</entry>
<entry>
<title>If a TZ environmental is set then it ends up getting used instead of the INI setting, use date_default_timezone_set() instead.</title>
<updated>2009-01-10T00:50:45+00:00</updated>
<author>
<name>Scott MacVicar</name>
<email>scottmac@php.net</email>
</author>
<published>2009-01-10T00:50:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=a9e5e22275babc72b0a4c68d62d434a6a91522e0'/>
<id>a9e5e22275babc72b0a4c68d62d434a6a91522e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
