{% extends "base.html" %} {% load static from staticfiles %} {% load flags %} {% load tz %} {% block title %}Arch Linux - Developer World Clocks{% endblock %} {% block head %}{% endblock %} {% block content %}

Developer World Clocks

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.

The "Last Action" column shows the last time this developer has done something we know about. Considered dates for each developer include:

Current UTC Time: {{ utc_now|date:"Y-m-d H:i T" }}

{% for dev in developers %} {% endfor %}
Developer Username Alias Last Action Location Time Zone Current Time
{{ dev.get_full_name }} {{ dev.username }} {{ dev.userprofile.alias }} {{ dev.last_action }} {% country_flag dev.userprofile.country %}{{ dev.userprofile.location }} {{ dev.userprofile.time_zone }} {{ utc_now|timezone:dev.userprofile.time_zone|date:"Y-m-d H:i T" }} {{ dev.userprofile.time_zone }}
{% endblock %} {% block script_block %} {% load cdn %}{% jquery %}{% jquery_tablesorter %} {% endblock %}