I can get random time zones with Faker https://fakerjs.dev/api/address.html#timezone
But I wish to get output with offset like:
(UTC-05:00) Haiti
Is possible to get those data with Faker? If not what approach use to generate valid random UTC time zone with offset?