{% extends "ToDo/base.html" %} {% load static %} {% block content %} {% load tz %}

Check if your local time is accurate



Server time: {{ server_time }} (UTC)

{% localtime off %}

Your time: {{ user_localtime }} ({{ request.user.profile.timezone }})

{% endlocaltime %}

Time off by an hour or so? Update your time zone to the most accurate possible and also make sure your timezone adjusts for Daylight Savings Time (DST)

{% endblock content %}