I am working on a game that needs to reset the system time. If i can, how do I do that?
Develop games in your browser. Powerful, performant & highly capable.
I don't think you can. You can however do the following:
When you reset the time you just store at what time it was reset. Then the time you want will be time-timeStart.
thank you. That is what I needed. I will try and integrate it.