Can't update because of date and time

Copper Contributor

I've been trying to update, but whenever I try to update, it says that my date and time are incorrect. Although my date and time are correct.

4 Replies
Hi BritishRailClass142,

Good Day!

Please try to set your timezone according to the update timezone.

We can set date and time according to specific timezone. Powershell commandlet set-timezone can be made use of for this requirement.

Please type get-timezone - listavailable

On your powershell screen, you will see a list of timezones available. Please make note of Id field of your prefered timezone.

Next, type set-timezone - Id "Id of timezone" and enter. This should reset date and time according to timezone.

Example : set-timezone - Id "Pacific Standard Time" . This will set date and time to Pacific time (US & Canada)

Reference link : https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/set-timezone?vie...

Please let me know if this works. Thank you.

@Vinod_5 Unfortunately, this didn’t work.

Highly recommend you to synchronize time with Internet server:

https://www.kapilarya.com/synchronize-time-with-internet-server-in-windows

Let us know if this helps!

Note: Included link in this reply refers to blog post by a trusted Microsoft MVP.

@Kapil Arya This didn’t work either