Skip to content

WebLogs should use localtime() instead of gmtime() #293

Description

in order to display proper time i adjusted plugins/WebLogs line 178 from
gmtime = time.gmtime(int(words[0]))
to
gmtime = time.localtime(int(words[0]))

The server is running in TZ Germany/Berlin and hence showing always "wrong" time.
Subsequently var naming in some following lines should be adjusted to.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions