This error has occurred because your servers time is not synchronized with the NTP (network time protocol) so to overcome that problem in your windows system
1. Open the start menu and search for cmd.exe
2. Right-click it and select Run as Administrator
- net stop w32time
- w32tm /unregister
- w32tm /register
- net start w32time
- w32tm /resync /nowait