Hello everyone, I want to synchronize the system time with server time, I receive the server time in milliseconds,
how can I sync the system time with this time??
They are about 250 milliseconds apart and I want them to be exactly the same because this is very important for my app.
I don't want to use datetime.now increment or decrement method!!
Looking for a better solution if there is one
how can I sync the system time with this time??
They are about 250 milliseconds apart and I want them to be exactly the same because this is very important for my app.
I don't want to use datetime.now increment or decrement method!!
Looking for a better solution if there is one
Last edited: