Get a list of time zones
OK
const response = await fetch('//api.client.nbcgate.tech/api/timezone', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "name": "text", "utcoffset": "text" } ]