From: moodler Date: Fri, 16 Jan 2004 10:23:11 +0000 (+0000) Subject: Output the time in the cron output X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a8502a18fbbdb0d03087226557280441dcc29b75;p=moodle.git Output the time in the cron output --- diff --git a/admin/cron.php b/admin/cron.php index ea5041f680..452c049d45 100644 --- a/admin/cron.php +++ b/admin/cron.php @@ -20,6 +20,7 @@ echo "
\n";
 
     $timenow  = time();
+    echo "Server Time: ".date('r',$timenow)."\n\n";
 
 /// Run all cron jobs for each module