|
|
|
|
Warning: getdate() [function.getdate]: 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 'Europe/Moscow' for '4.0/DST' instead in
C:\Sites\home\localhost\www\index.php on line 6
|
Что это значит и как с этим бороться?
C:\Sites\home\localhost\www\index.php on line 6:
<?php
// line 6:
$date_str = getdate(time());
?>
|
| |
|
|
|
|
|
|
|
для: SilentChild
(31.05.2012 в 00:52)
| | Здравствуйте, SilentChild. В настройках php.ini внесите date.timezone = "Europe/Moscow" или же добавьте в скрипт код
date_default_timezone_set('Europe/Moscow');
| . И всё пройдет :) | |
|
|
|
|
|
|
|
для: Rolex
(31.05.2012 в 01:19)
| | Благодарю! | |
|
|
|