Skip to content

Instantly share code, notes, and snippets.

@akora
Created April 18, 2015 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akora/e1c047e6e8eafc8b4de0 to your computer and use it in GitHub Desktop.
Save akora/e1c047e6e8eafc8b4de0 to your computer and use it in GitHub Desktop.
Set default time zones in iCal in Yosemite
# read the current settings
defaults read com.apple.iCal 'RecentlyUsedTimeZones'
#set new defaults
defaults write com.apple.iCal 'RecentlyUsedTimeZones' '("America/New_York", "Europe/Budapest", "Europe/London")'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment