From d9fe2e4eda767fb846f6a3e46a7863e883e27b7c Mon Sep 17 00:00:00 2001 From: witzig Date: Fri, 15 Sep 2017 22:17:54 +0200 Subject: [PATCH] Added note about mysql timezone option. #311 #134 --- config/default.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/default.toml b/config/default.toml index cd9446d4..44f91166 100644 --- a/config/default.toml +++ b/config/default.toml @@ -85,6 +85,7 @@ database="mailtrain" # MAMP users should also turn on "Allow network access to MySQL" otherwise MySQL might not be accessible port=3306 charset="utf8mb4" +# The timezone configured on the MySQL server. This can be 'local', 'Z', or an offset in the form +HH:MM or -HH:MM timezone="local" [redis]