diff --git a/rdcatchd/rdcatchd.cpp b/rdcatchd/rdcatchd.cpp index 76c69758..54964716 100644 --- a/rdcatchd/rdcatchd.cpp +++ b/rdcatchd/rdcatchd.cpp @@ -2609,7 +2609,7 @@ void MainObject::ResolveErrorWildcards(CatchEvent *event, rml->replace("%d",event->description()); rml->replace("%e",err_desc); // Error Description rml->replace("%i",QString().sprintf("%u",event->id())); - rml->replace("%t",event->startTime().toString("hh:mm:ss")); + rml->replace("%t",RDCheckDateTime(event->startTime(),"hh:mm:ss")); rml->replace("%y",RDRecording::typeString(event->type())); switch(event->type()) { case RDRecording::Recording: