Remove seconds and year from Programme Details, Start time display

This commit is contained in:
prpr 2024-08-11 18:39:07 +01:00
parent ece91ad655
commit 28d3499032

View File

@ -54,7 +54,7 @@ puts "
<td>[$record get text]</td> <td>[$record get text]</td>
</tr><tr> </tr><tr>
<th>Start</th> <th>Start</th>
<td>[clock format [$record get start] -format {%c %Z}] <td>[clock format [$record get start] -format {%a %b %e %R %Z}]
" "
foreach o $others { foreach o $others {
@ -67,7 +67,7 @@ foreach o $others {
puts -nonewline "<a class=event href=# xs=[$o get service_id] " puts -nonewline "<a class=event href=# xs=[$o get service_id] "
puts -nonewline "xe=[$o get event_id] " puts -nonewline "xe=[$o get event_id] "
puts -nonewline "sch=[$o get sched_type] rec=$ro>" puts -nonewline "sch=[$o get sched_type] rec=$ro>"
puts -nonewline "[clock format [$o get start] -format {%c %Z}]" puts -nonewline "[clock format [$o get start] -format {%a %b %e %R %Z}]"
puts -nonewline " on " puts -nonewline " on "
puts -nonewline [$o channel_icon 16] puts -nonewline [$o channel_icon 16]
puts -nonewline "[$o get channel_name] " puts -nonewline "[$o get channel_name] "