Private GIT

Skip to content
Snippets Groups Projects
Commit a2976aad authored by miigotu's avatar miigotu
Browse files

Merge pull request #2637 from OmgImAlexis/fix-display-date

Fixes displayShow date format
parents 5d6940a6 aac9d005
No related branches found
No related tags found
No related merge requests found
...@@ -494,7 +494,7 @@ ...@@ -494,7 +494,7 @@
<% date = sbdatetime.sbdatetime.convert_to_setting(network_timezones.parse_date_time(epResult['airdate'], show.airs, show.network)) %> <% date = sbdatetime.sbdatetime.convert_to_setting(network_timezones.parse_date_time(epResult['airdate'], show.airs, show.network)) %>
<td class="col-airdate"> <td class="col-airdate">
% if int(epResult['airdate']) != 1: % if int(epResult['airdate']) != 1:
<time datetime="${date.isoformat('T')}" class="date">${date}</time> <time datetime="${date.isoformat('T')}" class="date">${sbdatetime.sbdatetime.sbfdate(date)}</time>
% else: % else:
Never Never
% endif % endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment