From 7106b73f38c3a89799403b4e6e29ba8fe5643398 Mon Sep 17 00:00:00 2001 From: Andreas Reischuck Date: Tue, 6 Jul 2021 13:39:56 +0200 Subject: [PATCH] added not about timezone details used by new Redmine versions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3ab4a1a..5572fde 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,10 @@ If a newer version doesn't appear in there, feel free to open an issue and repor ## Installation +1. If you use Mysql please make sure you have the timezone details loaded, otherwise you miss a lot of nice features. + ```bash + sudo mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql + ``` 1. Place the source code of this plugin at the `plugins/redmine_hourglass` folder. Either by: - Download a release from [Releases](https://github.com/hicknhack-software/redmine_hourglass/releases) and extract it into your Redmine.