Jednak podczas uruchamiania strony wywala mi taki błąd związany z datą:
Cytat
Warning: date() [function.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 'Europe/Paris' for '2.0/DST' instead in C:\xampp\htdocs\xxx\xxx.php on line 44
12:37 18-08
12:37 18-08
Datę pobieram z bazy danych (tak jak resztę rzeczy przy których nie wywala żadnego błędu) w postaci czasu unix przekształcam ją tak
na starym systemie wszystko pięknie działało.
// dobra znalazłem rozwiązanie, trzeba było w php.ini ustawić date.timezone = "Europe/Warsaw"