Skip to content

HTTP plots show time in UTC, not in local time #7

@tvoverbeek

Description

@tvoverbeek

The plots in the HTTP output plugin show the time axis in UTC, not in local time.
Can easily be fixed by correcting for the local timezone offset:
Line 206 in http.py (in recordData function):
Change 't[0] = time.time()' to 't[0] = time.time() - time.timezone'

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions