Private GIT

Skip to content
Snippets Groups Projects
Commit 893896ad authored by Alexis Tyler's avatar Alexis Tyler
Browse files

fix footer date issue

parent 70ba9357
Branches
Tags
No related merge requests found
......@@ -306,7 +306,7 @@
% endif
Load time: <span class="footerhighlight">${"%.4f" % (time() - sbStartTime)}s</span> / Mako: <span class="footerhighlight">${"%.4f" % (time() - makoStartTime)}s</span> |
Branch: <span class="footerhighlight">${sickbeard.BRANCH}</span> |
Now: <span class="footerhighlight">${datetime.datetime.now(network_timezones.sb_timezone)}</span>
Now: <span class="footerhighlight">${datetime.datetime.now(network_timezones.sb_timezone).strftime(sickbeard.DATE_PRESET+" "+sickbeard.TIME_PRESET)}</span>
</div>
</div>
</footer>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment