Skip to content

Instantly share code, notes, and snippets.

@MichaelDimmitt
Last active September 10, 2024 19:37
Show Gist options
  • Save MichaelDimmitt/7cad4b31d628f1726af01cf0eaa9d9e9 to your computer and use it in GitHub Desktop.
Save MichaelDimmitt/7cad4b31d628f1726af01cf0eaa9d9e9 to your computer and use it in GitHub Desktop.
change your local timezone.

Change your timezone on mac computer:
Useful when you are travelling to be in your home timezone.

Sourced from here: https://apple.stackexchange.com/a/117995/200795

sudo systemsetup -listtimezones

# copy the <timezone> you want to add
sudo systemsetup -settimezone <timezone>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment