From eacbabbfdb2c6883563a638d66094a33ce4bee52 Mon Sep 17 00:00:00 2001 From: kidhab <32387157+kidhab@users.noreply.github.com> Date: Fri, 21 Jan 2022 15:12:22 +0100 Subject: [PATCH] Add default time_zone (PR #912, #908) There is no default time zone setting in newly created Foodsoft instances. --- lib/foodsoft_config.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/foodsoft_config.rb b/lib/foodsoft_config.rb index 052c1d68..33fa9e45 100644 --- a/lib/foodsoft_config.rb +++ b/lib/foodsoft_config.rb @@ -257,6 +257,7 @@ class FoodsoftConfig use_apple_points: true, # English is the default language, and this makes it show up as default. default_locale: 'en', + time_zone: 'Berlin', currency_unit: '€', currency_space: true, foodsoft_url: 'https://github.com/foodcoops/foodsoft',