Index: lib/ezutils/classes/ezdebug.php
===================================================================
--- lib/ezutils/classes/ezdebug.php	(revision 22598)
+++ lib/ezutils/classes/ezdebug.php	(working copy)
@@ -1461,8 +1461,9 @@
         {
             if ( !in_array( $debug['Level'], $allowedDebugLevels ) )
                 continue;
-            $time = strftime ("%b %d %Y %H:%M:%S", strtotime( "now" ) );
 
+            $time = strftime("%b %d %Y %H:%M:%S", $debug['Time'] );
+
             $outputData = $this->OutputFormat[$debug["Level"]];
             if ( is_array( $outputData ) )
             {
