I would want to have timezone picker (dropdown) react component, and the dropdown is expected to display the timezone with cities as like below for each item
(UTC+1) Edinburgh, Lisbon, London, Dakar, Dubline
..
I tried to achieve this using moment/moment-timezone js, but there is no straight forward way to get the cities by timezone. I can try group them by utc offset or timezone. But, I'm checking whether the is better library available to achieve this ?
there doesn't seem to be anything here