Uploaded image for project: 'VCL'
  1. VCL
  2. VCL-1109

date duplicated on statistic graph labels for day after daylight saving time rolls back

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Implemented
    • None
    • 2.5.1
    • web gui (frontend)
    • None

    Description

      On the statistic graphs, the day that daylight saving time rolls back is repeated as the label for the date on the day following it and then all labels after that for the graph are off by a day. A simple fix is to add 3600 seconds to the line that generates the label for the date for each function that generates graph points:

      $label = date('m/d/Y', $i + 3600);

      Attachments

        Activity

          People

            Unassigned Unassigned
            jfthomps Josh Thompson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: