Here is a simple scenario: you're writing client-side JavaScript. You query an
API with a city name, and it returns with a bunch of useful information about
the city, including the timezone, in this format:
{
...
city: "New York",
timezone: -18000,
...
}
You want to use this information to display the local