Added a failing test demonstrating the bug with DateTime and timezones
authorChristophe Coevoet <stof@notk.org>
Thu, 3 May 2012 20:20:20 +0000 (22:20 +0200)
committerChristophe Coevoet <stof@notk.org>
Thu, 3 May 2012 20:20:20 +0000 (22:20 +0200)
commita16446913a551babe019634d2a9b972c584708b1
treeaecfb6c7bee070a00da00ce2068e57f5be6f3d57
parentf3491b5cbfd03a31538b6e8c82d65cd54996e870
Added a failing test demonstrating the bug with DateTime and timezones

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.
test/Twig/Tests/Fixtures/filters/date.test