Re: [PHP-DEV] 5.4 DateTimeZone: Supported timezones have changed

2013-09-09 Thread Derick Rethans
On Mon, 9 Sep 2013, Lester Caine wrote: > Martin Keckeis wrote: > > > > just wanted to mention, what the list of supported Timezones has > > changedin 5.4. > > > > It's already mentioned here, that all "special" timezones, expect of > > UTC are deprecated: > > http://www.php.net/manual/en/tim

Re: [PHP-DEV] 5.4 DateTimeZone: Supported timezones have changed

2013-09-09 Thread Lester Caine
Derick Rethans wrote: This is not so much an 'upgrade' note, but rather a update to the >timezone library in general. The tz database is being 'rationalised' >at the moment, and the base list of zone names simplified, with many >of these only being retained for 'backwards' compatibility. Derick >

Re: [PHP-DEV] 5.4 DateTimeZone: Supported timezones have changed

2013-09-09 Thread Derick Rethans
On Mon, 9 Sep 2013, Martin Keckeis wrote: > If you use a deprecated Timezone somewhere and don't know it, it's hard to > track down...(no exception) > I only found it "randomly" today, that i've used it there and all time data > in the database are not correct... > > If you use something like: >

Re: [PHP-DEV] 5.4 DateTimeZone: Supported timezones have changed

2013-09-09 Thread Derick Rethans
On Mon, 9 Sep 2013, Derick Rethans wrote: > On Mon, 9 Sep 2013, Martin Keckeis wrote: > > > If you use a deprecated Timezone somewhere and don't know it, it's hard to > > track down...(no exception) > > I only found it "randomly" today, that i've used it there and all time data > > in the databas

Re: [PHP-DEV] 5.4 DateTimeZone: Supported timezones have changed

2013-09-09 Thread Derick Rethans
On Mon, 9 Sep 2013, Martin Keckeis wrote: > Hello together, > > just wanted to mention, what the list of supported Timezones has changedin > 5.4. > > It's already mentioned here, that all "special" timezones, expect of UTC > are deprecated: > http://www.php.net/manual/en/timezones.others.php >

Re: [PHP-DEV] 5.4 DateTimeZone: Supported timezones have changed

2013-09-09 Thread Lester Caine
Martin Keckeis wrote: Hi lester, 2013/9/9 Lester Caine mailto:les...@lsces.co.uk>> Martin Keckeis wrote: Hello together, just wanted to mention, what the list of supported Timezones has changedin 5.4. It's already mentioned here, that all "special" timezo

Re: [PHP-DEV] 5.4 DateTimeZone: Supported timezones have changed

2013-09-09 Thread Martin Keckeis
Hi lester, 2013/9/9 Lester Caine > Martin Keckeis wrote: > >> Hello together, >> >> just wanted to mention, what the list of supported Timezones has changedin >> 5.4. >> >> It's already mentioned here, that all "special" timezones, expect of UTC >> are deprecated: >> http://www.php.net/manual/en

Re: [PHP-DEV] 5.4 DateTimeZone: Supported timezones have changed

2013-09-09 Thread Lester Caine
Martin Keckeis wrote: Hello together, just wanted to mention, what the list of supported Timezones has changedin 5.4. It's already mentioned here, that all "special" timezones, expect of UTC are deprecated: http://www.php.net/manual/en/timezones.others.php But couldn't found that in the upgrad

[PHP-DEV] 5.4 DateTimeZone: Supported timezones have changed

2013-09-09 Thread Martin Keckeis
Hello together, just wanted to mention, what the list of supported Timezones has changedin 5.4. It's already mentioned here, that all "special" timezones, expect of UTC are deprecated: http://www.php.net/manual/en/timezones.others.php But couldn't found that in the upgrade guide...so i used CET