Post History
#2: Post edited
- Your MySQL installation is missing [timezone support](https://github.com/ankane/groupdate#additional-instructions) for the [groupdate gem](https://github.com/ankane/groupdate) that we use.
- Run the following:
- ```
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql- ```
- and you should be good to go.
- Your MySQL installation is missing [timezone support](https://github.com/ankane/groupdate#additional-instructions) for the [groupdate gem](https://github.com/ankane/groupdate) that we use.
- Run the following:
- ```
- mysql_tzinfo_to_sql /usr/share/zoneinfo | sudo mysql -u root mysql
- ```
- and you should be good to go.
#1: Initial revision
Your MySQL installation is missing [timezone support](https://github.com/ankane/groupdate#additional-instructions) for the [groupdate gem](https://github.com/ankane/groupdate) that we use. Run the following: ``` mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql ``` and you should be good to go.