Stanislav Malyshev wrote:
> DR>>Using a timezone abbreviation is a bad thing anyway. Your timezone is 
> 
> Breaking working applications is a bad thing. 
> 
> DR>>"Isreal/Tel Aviv" and *currently* your abbreviation is IDT. IDT is not a 
> DR>>timezone, it is the description of the period in which you use DST in 
> DR>>combination with Israel time.
> 
> So, in order for my application to continue working I should go and try to 
> find out the incantation that your library will agree to accept, right? 
> And if I don't find one, bad luck - no date() anymore. So how that's an 
> improvement? Can I get back the unimproved working one?

This "incantation" is the standard name for your timezone across most
systems. Out of curiosity I've just tried "IDT" timezone on 3 machines
(Linux, FreeBSD and OpenSolaris) neither of'em supported it. However,
they all supported "Israel/Tel Aviv", which is the real name for your
timezone.

The bundled timezones Derick provides ensure that there is a constant
list of available timezones that is always available. On many systems
the full list was simply not compiled, so you simply cannot change the
TZ period. With the new change this is once again possible.

Ilia

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to