-
-
Notifications
You must be signed in to change notification settings - Fork 395
Open
Labels
C-timeIssues and PRs about C/C++ methods, headers and data types dealing with timeIssues and PRs about C/C++ methods, headers and data types dealing with timeLow-hanging fruitA proposal or issue that is good for newcomers to codebase or otherwise a quick winA proposal or issue that is good for newcomers to codebase or otherwise a quick win
Milestone
Description
Y2K38 is just around the corner. Should stage some experiments in VMs clocked some 20 years ahead, see what breaks, fix up code for time64_t
maths and printing (note: where available - e.g. maybe leave builds for very old platforms "as is", or provide fallback code to bring them up to spec practically).
Note: this may or may not concern times reported by, or settable on, the devices and their protocols in particular drivers. Primarily this is about having code that rubs shoulders with the OS ready for 64-bit timing reported by run-time calls (now=localtime()
, time(&now)
, difftime*()
, debug timestamps, hibernation sleeps, timers/alerts, etc. kind of stuff).
Metadata
Metadata
Assignees
Labels
C-timeIssues and PRs about C/C++ methods, headers and data types dealing with timeIssues and PRs about C/C++ methods, headers and data types dealing with timeLow-hanging fruitA proposal or issue that is good for newcomers to codebase or otherwise a quick winA proposal or issue that is good for newcomers to codebase or otherwise a quick win