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)
commit31601896016c32d7bc3a9186e7001f912e529b67
treed954a8ff1994d6b086e688fc1c91f5bc32241026
parentf3491b5cbfd03a31538b6e8c82d65cd54996e870
parenta23d4fbb71a7011b0886cb10c0273598d9474eed
merged branch stof/mutable_datetime (PR #717)

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.