Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55931 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76634 invoked from network); 24 Oct 2011 16:57:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Oct 2011 16:57:56 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@sugarcrm.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@sugarcrm.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain sugarcrm.com designates 67.192.241.193 as permitted sender) X-PHP-List-Original-Sender: smalyshev@sugarcrm.com X-Host-Fingerprint: 67.192.241.193 smtp193.dfw.emailsrvr.com Linux 2.6 Received: from [67.192.241.193] ([67.192.241.193:52422] helo=smtp193.dfw.emailsrvr.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8D/75-43916-31995AE4 for ; Mon, 24 Oct 2011 12:57:55 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp19.relay.dfw1a.emailsrvr.com (SMTP Server) with ESMTP id C5F3B3C8E89; Mon, 24 Oct 2011 12:57:52 -0400 (EDT) X-Virus-Scanned: OK Received: by smtp19.relay.dfw1a.emailsrvr.com (Authenticated sender: smalyshev-AT-sugarcrm.com) with ESMTPSA id 752323C8E55; Mon, 24 Oct 2011 12:57:52 -0400 (EDT) Message-ID: <4EA5990F.9030707@sugarcrm.com> Date: Mon, 24 Oct 2011 09:57:51 -0700 Organization: SugarCRM User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: Daniel Convissor CC: PHP Internals List References: <20111018214522.GA10462@panix.com> <20111024143554.GA29645@panix.com> In-Reply-To: <20111024143554.GA29645@panix.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] DateTime and Daylight Saving Time Transitions From: smalyshev@sugarcrm.com (Stas Malyshev) 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