Re: new DateTimeZone and html encoding [message #172882 is a reply to message #172853] |
Thu, 10 March 2011 20:22 |
Jo Schulze
Messages: 15 Registered: January 2011
Karma:
|
Junior Member |
|
|
polilop wrote:
> It irritates that all use the standard notation for time zones
> http://www.php.net/manual/en/timezones.php
> all except Micr...ft
That's perfectly ok according to M$. Why use standards, standards are
bad for improvements!
Look how M$ screwed up setlocale() by inventing a totally gross new
locale naming scheme...
> so now i have to look for all time zones that they use and pair it to
> the ones php uses.
> It is silly actually
To get a list of all timezones PHP is aware of at runtime use
timezone_identifiers_list() aka DateTimeZone::listIdentifiers()
See doc page for more info.
|
|
|