Hi!

What is the status of fixing date module with regard to TLA timezones handling - this code still fails:

<?php
$t   = new DateTime('2010-11-06 18:38:28 EDT');  // prev, zt2
$ts = $t->format('U');
var_dump($ts);
$t->setTimestamp($ts);
var_dump($t);

and also many tests are in XFAIL. Is there any chance we can get this fixed for 5.4?
--
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
(408)454-6900 ext. 227

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to