Private GIT

Skip to content
Snippets Groups Projects
Commit eceee950 authored by X O's avatar X O
Browse files

Merge pull request #103 from OmgImAlexis/develop

fix footer date issue
parents 70ba9357 893896ad
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