merged branch stof/mutable_datetime (PR #717)
authorFabien Potencier <fabien.potencier@gmail.com>
Thu, 3 May 2012 20:30:26 +0000 (22:30 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Thu, 3 May 2012 20:30:26 +0000 (22:30 +0200)
Commits
-------

a23d4fb Fixed the handling of the timezone for DateTime objects
a164469 Added a failing test demonstrating the bug with DateTime and timezones

Discussion
----------

Mutable datetime

PHP DateTime objects are mutable so changing the timezone when displaying
it affects the following code whereas it does not occur for other
supported formats.


Trivial merge