Send cloudron time zone with the backendSettings

This commit is contained in:
Johannes Zellner
2017-02-19 22:47:26 +01:00
parent b3045b796f
commit 3c8c5e158b
+2 -1
View File
@@ -496,7 +496,8 @@ function sendAliveStatus(callback) {
mailConfig: {
enabled: result[settings.MAIL_CONFIG_KEY].enabled
},
autoupdatePattern: result[settings.AUTOUPDATE_PATTERN_KEY]
autoupdatePattern: result[settings.AUTOUPDATE_PATTERN_KEY],
timeZone: result[settings.TIME_ZONE_KEY]
};
// Caas Cloudrons do not store appstore credentials in their local database