Ticket #11562: suggestedstarttime.patch.v0

File suggestedstarttime.patch.v0, 824 bytes (added by Bill Meek <keemllib@…>, 11 years ago)
Line 
1diff --git a/mythtv/programs/mythbackend/httpstatus.cpp b/mythtv/programs/mythbackend/httpstatus.cpp
2index 8571a58..2772ede 100644
3--- a/mythtv/programs/mythbackend/httpstatus.cpp
4+++ b/mythtv/programs/mythbackend/httpstatus.cpp
5@@ -1392,7 +1392,7 @@ int HttpStatus::PrintMachineInfo( QTextStream &os, QDomElement info )
6             QString sStatus = e.attribute( "status"   , ""  );
7             QDateTime next  = MythDate::fromString( e.attribute( "next"     , ""  ));
8             QString sNext   = next.isNull() ? "" :
9-                                MythDate::toString(next, MythDate::kDatabase);
10+                                MythDate::toString(next, MythDate::kDateTimeFull);
11             QString sMsg    = "";
12             
13             QDateTime thru  = MythDate::fromString( e.attribute( "guideThru", ""  ));