--TEST--
Format timestamp in DST test
--INI--
date.timezone=CEST
--FILE--
<?php
error_reporting
(E_ALL & ~E_WARNING); // hide e_warning warning about timezones
var_dumpdate_create'@1202996091' )->format'c' ) );
?>
--EXPECT--
string(25) "2008-02-14T13:34:51+00:00"