As that thread (Thread779-734618 ) may no longer be available, the suggestions were:
. Check under Control Panel, Regional Settings, that the Time Zone is apprporiately set;
. Create fix_time.cmd and place in your startup group:
copy the below into a notepad session, naming the file fix_time.cmd
***** begin copy/paste below this line *********
net stop w32time
w32tm /unregister
w32tm /unregister
w32tm /register
net start w32time
********* end copy/paste above this line ******