Recent searches
No recent searches
Zendesk user info gives wrong timezone and locale information
Posted Mar 30, 2023
There are about 600 tickets. And the userinfo timezone value of all users in these tickets: Istanbul and the userinfo locale value: English(United State). I tried to fix this version many times using Zendesk API, but it didn't work. I connect to the customer representative, but they either don't respond or they can't find a solution.
0
3
3 comments
Helen Brown
Hi, Eren Baltac, thank you for your post. To better support you, will you add the specific API you reference here. For example, I am not sure if you are referencing this, this, or something completely different. Thank you.
0
Eren Baltac
user_timezone = zE('webWidget:get', 'timeZone');
user_locale = zE('webWidget:get', 'locale');
zE('webWidget', 'updateSettings', {
webWidget: { timeZone: user_timezone, locale: user_locale },
});
});
0
Helen Brown
Hi, Eren Baltac, to better support you, can you confirm that you are referring to this API?
Secondly, might this be the same issue that is described in this feature request?
0