Re: new DateTimeZone and html encoding [message #172866 is a reply to message #172853] |
Mon, 07 March 2011 08:39 |
Erwin Moller
Messages: 228 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 3/5/2011 5:50 PM, polilop wrote:
>
>
>> I don´t jnow, what you´re doing, but i would do it like that:
>> $timeszone = array(.........all timezones in here);
>> if (!in_array($outlook_timezone, $timezones)
>> find_the_correct_timezoen_for_o2007();
>
>> etc....
>
>> Best
>
> It irritates that all use the standard notation for time zones
> http://www.php.net/manual/en/timezones.php
> all except Micr...ft
> 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
It is standard behavior for M$.
You can *never* expect any piece of software made by M$ to behave
reasonable.
Or even behave the same way next way you restart.
That is why hordes of developers run away from them, except the ones
that make a living selling/repairing/operating their poor software.
But the masses won't. :-/
Regards,
Erwin Moller
--
"That which can be asserted without evidence, can be dismissed without
evidence."
-- Christopher Hitchens
|
|
|