Index: trunk/gridctl.php
===================================================================
--- trunk/gridctl.php	(revision 39)
+++ trunk/gridctl.php	(revision 40)
@@ -1001,4 +1001,5 @@
    // Try to avoid spam filters
    $now = time();
+   $tnow = date( 'Y-m-d H:i:s' );
    $headers .= "Message-ID: <" . $now . "gridctl@$dbhost>$requestID\n";
    $headers .= "X-Mailer: PHP v" . phpversion()         . "\n";
@@ -1010,5 +1011,5 @@
    UltraScan job error notification from gridctl.php:
 
-   Update Time    :  $updateTime  [ now=$now ]
+   Update Time    :  $updateTime  [ now=$tnow ]
    GFAC Status    :  $status
    Cluster        :  $cluster
