On Oct 1, 6:37 pm, Monte Ohrt <
mo...@ohrt.com> wrote:
> Yes, I'm replying to myself again. We are removing this from the smarty
> constructor. The developer needs to set the timezone either in php.ini, or
> literally in the php script, ie. date_default_timezone_set('US/Central');
> Smarty won't try to tell PHP to fix your problems anymore, as that now
> throws a warning. Thanks for bringing that to our attention :)
>
> On Thu, Oct 1, 2009 at 11:28 AM, Monte Ohrt <
mo...@ohrt.com> wrote:
> > I see, PHP changed it's warning messages. Now it complains if you use
> > date_default_timezone_get() at all. The moral of the story: use
.>in php.ini to set your timezone, do not rely on system values. Maybe this