Index: trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
===================================================================
--- trunk/BNC/src/upload/bncrtnetuploadcaster.cpp	(revision 10227)
+++ trunk/BNC/src/upload/bncrtnetuploadcaster.cpp	(revision 10330)
@@ -543,6 +543,8 @@
     }
 
+    QDateTime now = currentDateAndTimeGPS();
+    bncTime   currentTime(now.toString(Qt::ISODate).toStdString());
     if (eph &&
-        !outDatedBcep(eph)                    &&  // detected from storage because of no update
+        !outDatedBcep(eph, currentTime)       &&  // detected from storage because of no update
         eph->checkState() != t_eph::bad       &&
         eph->checkState() != t_eph::unhealthy &&
