]> git.mjollnir.org Git - moodle.git/commitdiff
Output the time in the cron output
authormoodler <moodler>
Fri, 16 Jan 2004 10:23:11 +0000 (10:23 +0000)
committermoodler <moodler>
Fri, 16 Jan 2004 10:23:11 +0000 (10:23 +0000)
admin/cron.php

index ea5041f6807e5d1fd28198310f785392c4cd992c..452c049d45086a2ab55281b660e23fa67d5f5993 100644 (file)
@@ -20,6 +20,7 @@
     echo "<pre>\n";
 
     $timenow  = time();
+    echo "Server Time: ".date('r',$timenow)."\n\n";
 
 /// Run all cron jobs for each module