diff --git a/inc/class.schedule.php b/inc/class.schedule.php --- a/inc/class.schedule.php +++ b/inc/class.schedule.php @@ -773,7 +773,7 @@ class Schedule if ($this->created) echo '' . '
' . PHP_EOL - . ' Created ' . date('c', $this->created) . '.' . PHP_EOL + . ' Created ' . gmdate('c', $this->created) . '.' . PHP_EOL . '
' . PHP_EOL; $outputPage->foot();