skip to Main Content

guess timezone name using javascript

I'm working on React app, I want to detect timezone like this format "Africa/Bangui", but it return it as 'Etc/GMT-1', I know it's my machine problem, since I tried the other browsers. I tried: Intl.DateTimeFormat().resolvedOptions().timeZone; dayjs guess moment guess all…

VIEW QUESTION
Back To Top
Search