{% extends 'timeseer.html' %} {% from 'macros.html' import alerter %} {% from 'configure.html' import configure_menu with context %} {% block menu %} {{ configure_menu('Date and time') }} {% endblock %} {% block main %}

Manage date and time preferences

{{ alerter() }}
Date and time preferences are user specific. Changing them here does not change them for other users.
{% if has_locale %} {% else %} {% endif %} The locale controls the formatting of dates and times. {% for value in available_locales %} {% endfor %}
{% if has_timezone %} {% else %} {% endif %} The time zone controls the time zone used when displaying dates. {% for value in available_timezones %} {% endfor %}
{% endblock %}