fix 182, timezone
This commit is contained in:
parent
ec78765c0b
commit
1fa89dc124
@ -83,7 +83,7 @@ export default {
|
||||
dayjs: {
|
||||
locales: ['en', 'de'],
|
||||
defaultLocale: 'en',
|
||||
defaultTimeZone: 'Europe/Berlin',
|
||||
defaultTimeZone: 'UTC',
|
||||
plugins: ['utc', 'timezone']
|
||||
},
|
||||
|
||||
|
@ -68,7 +68,7 @@ export const actions = {
|
||||
}
|
||||
}
|
||||
|
||||
commit('UPDATE_TIMEZONE', response.data.timezone)
|
||||
commit('UPDATE_TIMEZONE', response.data[0].timezone)
|
||||
commit('UPDATE_GUI_CONFIG', response.data)
|
||||
commit('UPDATE_GUI_CONFIG_RAW', _.cloneDeep(response.data))
|
||||
commit('UPDATE_CONFIG_COUNT', response.data.length)
|
||||
|
Loading…
x
Reference in New Issue
Block a user