Tagged Questions
0
votes
3answers
301 views
Replacing time() and localtime() with user-independent equivalents
I have a program that uses time() and localtime() to set an internal clock, but this needs to be changed so that the internal clock is independent of the user and the "real" time. I need to be able ...