diff --git a/dbSqlite.h b/dbSqlite.h
index 175bacd7f54b7a9372264824df74cb6d18092f28..679b3d15c8ffd30a4cfd0c0fe453fe2b8d3df0f1 100644
--- a/dbSqlite.h
+++ b/dbSqlite.h
@@ -79,7 +79,7 @@ public:
         int index = 0;
 
         for (int i = 0; i < vecForecast.size(); i++) {
-            if (vecForecast[i].from.find("12:00:00") != string::npos) {
+            if (vecForecast[i].from.find("15:00:00") != string::npos) {
                 jObj[index]["plz"] = vecForecast[i].plz;
                 jObj[index]["lngCode"] = vecForecast[i].lngCode;
                 jObj[index]["sunrise"] = vecForecast[i].sunrise;
diff --git a/weatherstation.db b/weatherstation.db
index da6af422d40ec5980a787af25b07422422c51899..35d590941ef1b0417f7d47a8137f1049a589482e 100644
Binary files a/weatherstation.db and b/weatherstation.db differ