@monkey
brrr, wien.... da kommen furchtbare sprachliche erinnerungen wieder hoch ^__^ *herst*

das einzige was ich im php handbuch gefunden hab, ist das:
Code:
gabrielmalca at yahoo dot com
17-Mar-2006 01:44 
Sometimes your server has a different date because it is set to a different timezone.

<?
   echo date('r');
   // Fri, 17 Mar 2006 12:38:30 +0000
?>

If you do not have access to editing the server time, here's a quick fix:

<?
   // For example, to output Eastern Standard Time (GMT -5:00)
   putenv("TZ=EST");
   echo date('r');
   // Fri, 17 Mar 2006 07:38:30 -0500
?>
und genau der code läuft bei mir nicht...