diff --git a/src/Cloud/CloudDBCommon.cpp b/src/Cloud/CloudDBCommon.cpp index 4b02fdb89..31411a258 100644 --- a/src/Cloud/CloudDBCommon.cpp +++ b/src/Cloud/CloudDBCommon.cpp @@ -496,7 +496,7 @@ CloudDBHeader::getAllCachedHeader(QList *objectHeader, CloudD selectAfter = objectHeader->at(0).LastChanged.addSecs(1); // DB has Microseconds - we not - so round up to next full second } else { // we do not have charts before 2000 :-) - selectAfter = QDateTime(QDate(2000,01,01)); + selectAfter = QDateTime(QDate(2000,01,01).startOfDay()); } // now get the missing headers (in bulks of xxx - since GAE is not nicely handling high single call volumes)