{% extends 'node/timezone/index.html' %} {% block content %} {% if reboot.required %}
Warning: Configured time zone {{reboot.configured_tz}} is different from time zone used by some running processes {{reboot.running_tz}}. This usually happens when you set a new time zone. You need to reboot the system to force all processes to use only configured time zone.
{% endif %} {% if reboot.error %}
Warning: Cannot check configured and running time zones. Error {{reboot.error_msg}}.
{% endif %}

When filtering HTTPS traffic it is very important to have correct date, time and time zone settings on your proxy box. Current time and time zone is used in web filtering when matching policy schedules, mimicked HTTPS certificate generation, Active Directory Kerberos authentication and a lot of other places.

 

{% if form.non_field_errors %}
ERROR: {% for error in form.non_field_errors %} {{ error|escape }} {% endfor %}
{% endif %}
{% csrf_token %}
{{form.value}} {% if form.value.errors %} {{form.value.errors|striptags}} {% else %} Specify here the time zone your proxy is deployed in. For example Europe/Amsterdam. Please note, changing time zone affects all running processes and requires full system restart. {%endif%}
{% endblock %}