React-WeatherApp
React-WeatherApp copied to clipboard
System local time is being displayed for every city.
If we change the city, the time displayed in the header component is still the local time of the user. This is happening because the timezone_offset provided by OpenWeatherMap API is not factored in.