I found good advice how to change system time here.
It's ok... But what is the best strategy to change system local time for the WPF client application then?
For example my application periodically gets some data from server and I can pass the server time with it.
Or may be is better to use additional thread
to ask server about the server time and change local system time always...
So I don't know which approach is better...
Thanks for any clue.