We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 5245

Summary: SDL timers don't like linux system time change
Product: SDL Reporter: Guido <guido.romijn>
Component: timerAssignee: Sam Lantinga <slouken>
Status: NEW --- QA Contact: Sam Lantinga <slouken>
Severity: minor    
Priority: P2 CC: guido.romijn
Version: 2.0.10   
Hardware: ARM   
OS: Linux   

Description Guido 2020-07-31 13:51:15 UTC
SDL 2.0.10 on self build Linux (kernel 4.9) for an embedded target.

When changing the system time to a time/date in the past (using "date" on the terminal of the target) the SDL timers in my application don't trigger anymore. I guess this kind of makes sense, but it is a bit of a pain having to manual restart the timers after a date/time change.

FYI:
-Target is not connected to the internet in normal operation, that's why the system time/date has to be changed manually.