Random UTC time zone with offset in Faker

Viewed 16

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?

0 Answers
Related