diff --git a/src/Watchy.cpp b/src/Watchy.cpp index 988ef97..a334d65 100644 --- a/src/Watchy.cpp +++ b/src/Watchy.cpp @@ -622,6 +622,7 @@ weatherData Watchy::getWeatherData(String cityID, String units, String lang, responseObject["weather"][0]["main"]; // sync NTP during weather API call and use timezone of city gmtOffset = int(responseObject["timezone"]); + syncNTP(gmtOffset); } else { // http error }