This commit is contained in:
2021-02-02 20:47:02 +00:00
parent f78d0f9532
commit c1b6c5e336
24 changed files with 63 additions and 35 deletions

View File

@@ -157,7 +157,7 @@ export default {
},
rights: window.$gz.role.fullRightsObject(),
//cache display format stuff
timeZoneName: window.$gz.locale.getBrowserTimeZoneName(),
timeZoneName: window.$gz.locale.getResolvedTimeZoneName(),
languageName: window.$gz.locale.getBrowserLanguages(),
hour12: window.$gz.locale.getHour12()
};