Open WesleyBranton opened 1 week ago
Currently, the list of timezones is being populated manually. Instead, the timezone list should contain only values that are supported by the browser using the Intl.supportedValuesOf('timeZone') function.
Intl.supportedValuesOf('timeZone')
Currently, the list of timezones is being populated manually. Instead, the timezone list should contain only values that are supported by the browser using the
Intl.supportedValuesOf('timeZone')
function.