Skip to content

Instantly share code, notes, and snippets.

@rpetrenko
Forked from nick-desteffen/OSX UTC Time Zone
Created March 2, 2018 08:01
Show Gist options
  • Save rpetrenko/3714a9987a1773b65d00e871b64597d5 to your computer and use it in GitHub Desktop.
Save rpetrenko/3714a9987a1773b65d00e871b64597d5 to your computer and use it in GitHub Desktop.
Set Time zone in OSX to UTC
sudo ln -sf /usr/share/zoneinfo/UTC /etc/localtime
@rpetrenko
Copy link
Author

actually i have this:
ls -l /etc/localtime
lrwxr-xr-x 1 root wheel 45 Nov 15 12:11 /etc/localtime -> /var/db/timezone/zoneinfo/America/Los_Angeles

i wonder if this is the path that should be used instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment