Index: typo3/sysext/scheduler/mod1/index.php =================================================================== --- typo3/sysext/scheduler/mod1/index.php (revision 6352) +++ typo3/sysext/scheduler/mod1/index.php (working copy) @@ -506,8 +506,8 @@ */ protected function displayServerTime() { // Get the current time, formatted - $dateFormat = $GLOBALS['TYPO3_CONF_VARS']['SYS']['ddmmyy'] . ' ' . $GLOBALS['TYPO3_CONF_VARS']['SYS']['hhmm'] . ' T (e)'; - $now = date($dateFormat); + $dateFormat = $GLOBALS['TYPO3_CONF_VARS']['SYS']['ddmmyy'] . ' ' . $GLOBALS['TYPO3_CONF_VARS']['SYS']['hhmm'] . ' T (e'; + $now = date($dateFormat) . ', GMT ' . date('P') . ')'; // Display the help text $serverTime = '
' . $GLOBALS['LANG']->getLL('msg.serverTimeHelp') . '
';