{% extends "base.html" %} {% load static from staticfiles %} {% load tz %} {% block title %}Arch Linux - Developer World Clocks{% endblock %} {% block content %}
This page helps prevent you from waking a sleeping developer. It also depends on developers keeping the time zone information up to date, so if you see 'UTC' listed, pester them to update their settings.
UTC Time: {{ utc_now|date:"Y-m-d H:i T" }}
Developer | Username | Alias | Location | Time Zone | Current Time |
---|---|---|---|---|---|
{{ dev.get_full_name }} | {{ dev.username }} | {{ dev.userprofile.alias }} | {{ dev.userprofile.location }} | {{ dev.userprofile.time_zone }} | {{ utc_now|timezone:dev.userprofile.time_zone|date:"Y-m-d H:i T" }} |