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 - SDL timers don't like linux system time change
Summary: SDL timers don't like linux system time change
Status: NEW
Alias: None
Product: SDL
Classification: Unclassified
Component: timer (show other bugs)
Version: 2.0.10
Hardware: ARM Linux
: P2 minor
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-31 13:51 UTC by Guido
Modified: 2020-07-31 13:52 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.