How do I change the timestamp in the HTML Report?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • t_flor
    New User
    • Feb 2015
    • 1

    How do I change the timestamp in the HTML Report?

    I use a script to compare two files and produce an html report. Part of the title at the top has "Produced" along with the date and time. How do I go about changing the time to UTC?

    Here is the configure file I'm using:
    file-report layout:side-by-side &
    options:ignore-unimportant,display-mismatches &
    title:"Compare results of tasklist for REDBEAM" &
    output-to:%3 output-options:html-color %1 %2

    The batch file used is: BCompare.exe @bcconf.txt file1.txt file2.txt outputfile.html

    The outputfile.html report has the following as the title at the top:

    Compare results of tasklist for REDBEAM
    Produced: 2/10/2015 11:41:56 AM

    Mode: Differences, Ignoring Unimportant
    Left file: C:\Users\Public\RedBeam\file1.txt
    Right file: C:\Users\Public\RedBeam\file2.txt

    So how can I change the time on the "Produced" line to have the UTC timestamp?

    Sorry for the long post.
  • Aaron
    Team Scooter
    • Oct 2007
    • 15997

    #2
    Hello,

    The report timestamp uses your current system time. If you change your system time to the UTC timezone, then this would be the time used on the report.
    Aaron P Scooter Software

    Comment

    Working...