Index: trunk/src/python/unifiedlogger/logging_service.py
===================================================================
--- trunk/src/python/unifiedlogger/logging_service.py	(revision 471)
+++ trunk/src/python/unifiedlogger/logging_service.py	(revision 550)
@@ -9,5 +9,5 @@
     m, s = divmod(int(seconds), 60)
     h, m = divmod(m, 60)
-    return  "%d:%02d:%02d" % (h, m, s)    
+    return  "%02d:%02d:%02d" % (h, m, s)    
     
 # Load the sim time file and extract the seconds */
