Skip to content

SystemClock breaks across Daylight Saving Time transitions #329

@just-some-entity

Description

@just-some-entity

When the Daylight Saving Time transitioned today, the scheduling of the SystemClock breaks and the interval computed in SystemClock::schedule (this->timer.start(static_cast(delay)) to be precise) becomes a negative number, printing the warning "WARN: QTimer::start: negative intervals aren't allowed; the interval will be set to 1ms." every time the timer is started, flooding the console output.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions