Hi!

https://wiki.php.net/rfc/datetime_and_daylight_saving_time

I will move this to voting phase tomorrow unless I hear objections.

Not an objection but more a side question - is this related to fixing TLA timezones in general? Right now they fail in a multitude of scenarios which have nothing to do with transitions, such as:

$t   = new DateTime('2010-07-06 18:38:28 EDT');
$ts = $t->format('U');
$t->setTimestamp($ts);
var_dump($t);



--
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