Index: libs/libmythtv/programdata.cpp
===================================================================
--- libs/libmythtv/programdata.cpp	(revision 13783)
+++ libs/libmythtv/programdata.cpp	(working copy)
@@ -146,7 +146,7 @@
 
     query.prepare("DELETE FROM record WHERE (type = :SINGLE "
                   "OR type = :OVERRIDE OR type = :DONTRECORD) "
-                  "AND enddate < NOW();");
+                  "AND enddate < CURDATE();");
     query.bindValue(":SINGLE", kSingleRecord);
     query.bindValue(":OVERRIDE", kOverrideRecord);
     query.bindValue(":DONTRECORD", kDontRecord);
