Dobrý večer, může mi prosím někdo poradit jak opravit tuto chybu ? Jedná se o localhost, na ostrém serveru to jede OK.
Warning: date(): 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 C:\UwAmp\www\index.php on line 23
C:\UwAmp\www\index.php on line 23
echo date('Y');
Můžu to ošetřit třeba
date_default_timezone_set('Europe/Prague');
ale raději bych to opravdu ošetřil přímo v nastavení toho localhostu
PS: Nevím zda tu můžu položit tento dotaz, když se Linuxu netýká :-( Pokud ne, prosím admina o smazání
Děkuji