When I change the date/time on the Windows VM that hosts a Jenkins slave, the slave will lose connection for a minute and then regain connection. These are the commands I'm running in a command window.
date 11/03/13
time 00:00:00.00
This is needed for testing purposes. The problem just started happening recently. I can execute the date/time change for Spring DST and it has no problems.
date 03/09/14
time 00:00:00.00
I've tried wrapping it with stopping/starting the time service but it still loses connection upon the date change.
net stop w32time
date 11/03/13
time 00:00:00.00
net start w32time
Any thoughts or ideas?