Menu

Report time incorrect

Help
2016-04-18
2016-04-18
  • Bill Stewart

    Bill Stewart - 2016-04-18

    This question is regarding UltraDefrag 7.0.1.

    My time zone is GMT -7 which is GMT -6 when daylight time is active.

    I ran "analyze" option then "view report". HTML report file modification date is 18 April 2016 13:40 (1:40pm, GMT -6).

    Viewing report, I see at the top: Fragmented files on x: (04/18/16 14:40:10) - time should show as 13:40:10, not 14:40:10.

    .luar file for that drive contains the following:

    current_time = {
    year = 2016,
    month = 04,
    day = 18,
    hour = 13,
    min = 40,
    sec = 10,
    isdst = false
    }

    If I delete HTML report and update "isdst = true" in the .luar file, the next report view is correct.

    Did I miss a daylight time setting somewhere?

    Thanks

    Bill

     

    Last edit: Bill Stewart 2016-04-18
  • Dmitri Arkhangelski

    Hi Bill,

    You didn't miss any daylight setting as currently isdst field is hardcoded to false and there's no option to adjust it. I guess I'll fix that in the upcoming 7.0.2 release, but till then you could use as a workaround the following approach: open {Installation Directory}\scripts\udreportcnv.lua file and add current_time.isdst = true instruction after dofile(report_path).

    Best regards,

    Dmitri

     

    Last edit: Dmitri Arkhangelski 2016-04-18
  • Bill Stewart

    Bill Stewart - 2016-04-18

    Added line to report generator script as noted. Confirmed this fixes the problem. Thanks!

    Bill

     

Log in to post a comment.