Private GIT

Skip to content
Snippets Groups Projects
Commit b3d7232d authored by Dustyn Gibson's avatar Dustyn Gibson
Browse files

Merge branch 'schedule-page-fix' into develop

parents 62e18fc0 ce6ed832
No related branches found
No related tags found
No related merge requests found
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
<tr class="${show_div}"> <tr class="${show_div}">
<td align="center" nowrap="nowrap"> <td align="center" nowrap="nowrap">
<% airDate = sbdatetime.sbdatetime.convert_to_setting(network_timezones.parse_date_time(cur_result['localtime'], cur_result['airs'], cur_result['network'])) %> <% airDate = sbdatetime.sbdatetime.convert_to_setting(cur_result['localtime']) %>
<time datetime="${airDate.isoformat('T')}" class="date">${sbdatetime.sbdatetime.sbfdate(airDate)}</time> <time datetime="${airDate.isoformat('T')}" class="date">${sbdatetime.sbdatetime.sbfdate(airDate)}</time>
</td> </td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment