timezone warnings

Dominic Fandrey kamikaze at bsdforen.de
Sat Sep 11 11:06:16 EDT 2010


On 11/09/2010 15:36, Ion-Mihai Tetcu wrote:
> On Sat, 11 Sep 2010 14:53:36 +0200
> Dominic Fandrey <kamikaze at bsdforen.de> wrote:
> 
>> On 11/09/2010 14:32, Ion-Mihai Tetcu wrote:
>>> On Sat, 11 Sep 2010 14:01:07 +0200
>>> Dominic Fandrey <kamikaze at bsdforen.de> wrote:
>>>
>>>> Unlike the PHP developers I think it is safe to rely on the
>>>> system time zone settings. This is why I hacked the warnings,
>>>> polluting webui away.
>>>>
>>>> For all those who were annoyed, too, but didn't bother to do it,
>>>> here is the patch.
>>>>
>>>
>>> I agree that this change in php is stupid, but it looks to me you
>>> should setup php correctly instead of patching tindy. Or do you
>>> intend to patch each piece of php making use of the date functions
>>> that runs on your php-enabled servers?
>>>
>>
>> I'm trying not to rely on certain configuration settings when coding
>> PHP. So I rather patch up everything than turn off warnings.
> 
> I was more thinking about setting the TZ in php.ini
> 

No, really. PHP should get this information from the OS, like
every other software does.

It's the kind of thing that should only be configured once per
system.

-- 
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail? 


More information about the tinderbox-list mailing list