Skip to content

Station clock error #64

@steepleian

Description

@steepleian

If station clock is set to 24 hour clock, after midnight the clock reads 24:MM:SS rather than 00:MM:SS.

To correct, change line 83 of updater.php from: -

var c=e.getHours();

To: -

var c=e.getHours();

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