php-src/ext/date/tests/timestamp-in-dst.phpt
2009-01-27 13:44:38 +00:00

12 lines
268 B
PHP

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