I'm going mad because I spent the 3 last hours trying to modify Datetime on Symfony2 because new Datetime() return me an object with the time on the UTC format although a sample php file return me the Datetime on Europe/Paris format.
The TZ is set on all php.ini but still overrided by Symfony2.
Symfony 2.4.4 on PHP 5.5.12-1~dotdeb.1.
Any ideas?