Skip to content

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

@ghost

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.

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