Timezone Hennik

07/26/2010 18:41 TakeItReal#1
Hey wie kann ich den Fehler beheben:

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\inc\daten.inc.php on line 4

das wird angezeigt wenn ich auf meine hp gehe. ich benutze das script von hennik.
07/26/2010 18:48 hen!#2
Das ist abhängig davon, wo dein Server steht. Wenns Hamachi ist einfach

date_default_timezone_set('Europe/Paris');

in config.inc.php unter "<?PHP" einfügen.
07/26/2010 18:50 TakeItReal#3
danke hat geklappt ;)