Send cloudron time zone with the backendSettings
This commit is contained in:
+2
-1
@@ -496,7 +496,8 @@ function sendAliveStatus(callback) {
|
|||||||
mailConfig: {
|
mailConfig: {
|
||||||
enabled: result[settings.MAIL_CONFIG_KEY].enabled
|
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
|
// Caas Cloudrons do not store appstore credentials in their local database
|
||||||
|
|||||||
Reference in New Issue
Block a user