added timezone detection
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{% load cookielaw_tags %}
|
||||
{% load leaflet_tags %}
|
||||
{% load tz_detect %}
|
||||
{% tz_detect %}
|
||||
{% load analytical %}
|
||||
{% block filters %}
|
||||
{% endblock %}
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
{% block content %}
|
||||
|
||||
<div class="grid_12">
|
||||
<p class="midden">
|
||||
Local Time: {% now "jS F Y H:i" %}
|
||||
</p>
|
||||
<p class="midden">
|
||||
Compatible with:
|
||||
<img src="/static/img/stravasquare.png" alt="Strava icon" width="30" height="30">
|
||||
|
||||
@@ -143,7 +143,7 @@ from dataprep import timedeltaconv
|
||||
|
||||
from scipy.interpolate import griddata
|
||||
|
||||
LOCALTIMEZONE = tz('Etc/UTC')
|
||||
#LOCALTIMEZONE = tz('Etc/UTC')
|
||||
USER_LANGUAGE = 'en-US'
|
||||
|
||||
from interactiveplots import *
|
||||
|
||||
Reference in New Issue
Block a user