This commit is contained in:
2020-03-05 20:14:17 +00:00
parent 9deb0d066c
commit 85e66d17df
9 changed files with 42 additions and 15 deletions

View File

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