xwmario / rutorrent

Automatically exported from code.google.com/p/rutorrent
0 stars 0 forks source link

lighttpd warning about strftime() function #903

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In my lighttpd/error.log large number of warning messages:

2014-04-15 21:35:30: (mod_fastcgi.c.2676) FastCGI-stderr: PHP Warning:  
strftime(): It is not safe to rely on the system's timezone settings. You are 
*required* to use the date.timezone setting or the date_default_timezone_set() 
function. In case you used any of those methods and you are still getting this 
warning, you most likely misspelled the timezone identifier. We selected the 
timezone 'UTC' for now, but please set date.timezone to select your timezone. 
in /var/www/rutorrent/php/util.php on line 452

With this warnings size of error.log about 60MB!

Original issue reported on code.google.com by mr.swasher on 19 Apr 2014 at 7:47

GoogleCodeExporter commented 8 years ago
>You are *required* to use the date.timezone setting
>but please set date.timezone to select your timezone.

And? You doesn't understand these words, or what? Correct your php.ini by the 
normal way.

Original comment by novik65 on 19 Apr 2014 at 9:57