This can happen when the time service falls out of sync. It's a reasonably common thing.
Here's what should fix it.
- Press Windows key + X and select Command prompt(Admin).
- Type each one of the command below and press enter.
net stop w32time
w32tm /unregister
w32tm /register
net start w32time
w32tm /resync
- Restart the computer to test the issue again.
Hopefully that should sort it for you [Login to see the link] ! 🙂