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

@@ -815,7 +815,7 @@ function buildRecords(listData, columndefinitions, ridColumnOpenable) {
}
//cache display format stuff
let timeZoneName = window.$gz.locale.getBrowserTimeZoneName();
let timeZoneName = window.$gz.locale.getResolvedTimeZoneName();
let languageName = window.$gz.locale.getBrowserLanguages();
let hour12 = window.$gz.store.state.userOptions.hour12;
let currencyName = window.$gz.store.state.userOptions.currencyName;