mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
epgview: minor change in navibar's epg_date format
Origin commit data
------------------
Branch: ni/coolstream
Commit: dfd3cdb9a6
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-05-07 (Sun, 07 May 2017)
Origin message was:
------------------
- epgview: minor change in navibar's epg_date format
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1428,7 +1428,7 @@ void CEpgData::GetEPGData(const t_channel_id channel_id, uint64_t id, time_t* st
|
|||||||
char temp[20]={0};
|
char temp[20]={0};
|
||||||
strftime( temp, sizeof(temp),"%d.%m.%Y", pStartZeit);
|
strftime( temp, sizeof(temp),"%d.%m.%Y", pStartZeit);
|
||||||
epg_date = g_Locale->getText(CLocaleManager::getWeekday(pStartZeit));
|
epg_date = g_Locale->getText(CLocaleManager::getWeekday(pStartZeit));
|
||||||
epg_date += ".";
|
epg_date += ", "; //NI
|
||||||
epg_date += temp;
|
epg_date += temp;
|
||||||
strftime( temp, sizeof(temp), "%H:%M", pStartZeit);
|
strftime( temp, sizeof(temp), "%H:%M", pStartZeit);
|
||||||
epg_start= temp;
|
epg_start= temp;
|
||||||
|
Reference in New Issue
Block a user