Skip to content

Commit 5439b8b

Browse files
author
Robert McNamara
committed
Services: Make frontend status date string conform to required naming.
One missed spot necessary to make apple plist parsing behave.
1 parent c85fc55 commit 5439b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mythtv/libs/libmythtv/tv_play.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1423,7 +1423,7 @@ void TV::GetStatus(void)
14231423
status.insert("subtitle", ctx->playingInfo->GetSubtitle());
14241424
status.insert("starttime",
14251425
ctx->playingInfo->GetRecordingStartTime()
1426-
.toUTC().toString(Qt::ISODate));
1426+
.toUTC().toString("yyyy-MM-ddThh:mm:ssZ"));
14271427
status.insert("chanid",
14281428
QString::number(ctx->playingInfo->GetChanID()));
14291429
status.insert("programid", ctx->playingInfo->GetProgramID());

0 commit comments

Comments
 (0)