Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save colbypalmer/c1bbd5173d9ff5e23b54 to your computer and use it in GitHub Desktop.
Save colbypalmer/c1bbd5173d9ff5e23b54 to your computer and use it in GitHub Desktop.
MySQL / Mavericks: install time zone definitions for database and pytz
mysql_tzinfo_to_sql /usr/share/zoneinfo | sed -e "s/Local time zone must be set--see zic manual page/local/" | mysql -u root mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment