# # Cookbook Name:: mysql # Recipe:: timezone # # Loads the timezone information into MySQL for timezone related functions. # execute "mysql-tzinfo import" do command "mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -uroot mysql" end