BlogWorkAboutFree ToolsNewsletter
BlogWorkAboutFree ToolsNewsletter
All articles

Fix the Macbook M1/M2 issue with wrong date & time

Quick fix for the annoying Macbook M1 and M2 Pro issue that displays the wrong date & time on your menu bar.

Written by Jim Raptis

Mar 22, 2023 • 1 min

Fix the Macbook M1/M2 issue with wrong date & time

Lately, many times the Macbook date & time gets out of sync and it displays the wrong one.

It’s not only a visual bug since many web apps use the local timezone to authenticate their users. Then, when the time is not correct, you can’t access these tools.

In this quick tutorial, I’ll show you the quickest way to fix this annoying Macbook bug.

Disable auto date & time

Go to Settings → Date & Time and disable the Set time and date automatically toggle button.

notion image

Backup the .plist file

Run the following command in your terminal and input your credentials. 

sudo mv /var/db/timed/com.apple.timed.plist ~/Desktop; sudo reboot

This command will move the .plist file to your desktop to have it as a backup and restart your Macbook.

notion image

Enable auto date & time

Again, go to Settings → Date & Time and enable the Set time and date automatically toggle button.

Delete .plist file

Confirm that everything works fine now and remove the .plist file from your Desktop.

 

If you liked this post, you can follow me on Twitter where I share daily tips about bootstraping, product development, and UI/UX design tips.

More articles like this:

Jim Raptis

© 2024

RECOMMENDED