Browse Source

old results highlighting (switch to ISO 8601 timestamps)

[SVN r28778]
Aleksey Gurtovoy 21 years ago
parent
commit
39ddf2ef1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/regression/xsl_reports/runner/collect_and_upload_logs.py

+ 1 - 1
tools/regression/xsl_reports/runner/collect_and_upload_logs.py

@@ -119,7 +119,7 @@ def collect_logs(
               'tag':        tag
               'tag':        tag
             , 'platform':   platform
             , 'platform':   platform
             , 'runner':     runner_id
             , 'runner':     runner_id
-            , 'timestamp':  time.strftime( '%a, %d %b %Y %H:%M:%S +0000', t )     
+            , 'timestamp':  time.strftime( '%Y-%m-%dT%H:%M:%SZ', t )
             , 'source':     source
             , 'source':     source
             , 'run-type':   run_type
             , 'run-type':   run_type
             }
             }

粤ICP备19079148号