Re: [PHP-DEV] [RFC] DateTime and Daylight Saving Time Transitions

2011-10-24 Thread Daniel Convissor
Hi Stas: On Mon, Oct 24, 2011 at 09:57:51AM -0700, Stas Malyshev wrote: > > 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 DateT

Re: [PHP-DEV] [RFC] DateTime and Daylight Saving Time Transitions

2011-10-24 Thread 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 noth

Re: [PHP-DEV] [RFC] DateTime and Daylight Saving Time Transitions

2011-10-24 Thread Daniel Convissor
Hi: > https://wiki.php.net/rfc/datetime_and_daylight_saving_time I will move this to voting phase tomorrow unless I hear objections. Thanks, --Dan -- T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y data intensive web and database programming ht

Re: [PHP-DEV] [RFC] DateTime and Daylight Saving Time Transitions

2011-10-19 Thread Daniel Convissor
On Wed, Oct 19, 2011 at 08:18:50AM +0100, Lester Caine wrote: > I've come to one simple > conclusion, and that is that the internal system always works with > UTC times. All of the calculations and 'timing diagrams' therefore > have unique and sequential times. That is how PHP's DateTime works. -

Re: [PHP-DEV] [RFC] DateTime and Daylight Saving Time Transitions

2011-10-19 Thread Lester Caine
Daniel Convissor wrote: PHP's DateTime class has unexpected outcomes when dealing with the transitions between Daylight Saving Time and Standard Time. Properly defining, documenting and unit testing DateTime's behaviors is important for PHP's future. This document seeks agreement on what the exp

[PHP-DEV] [RFC] DateTime and Daylight Saving Time Transitions

2011-10-18 Thread Daniel Convissor
Hello! PHP's DateTime class has unexpected outcomes when dealing with the transitions between Daylight Saving Time and Standard Time. Properly defining, documenting and unit testing DateTime's behaviors is important for PHP's future. This document seeks agreement on what the expected behaviors sh