]> de.git.xonotic.org Git - xonotic/xonstat.git/commit
Add localized time support (on hover).
authorAnt Zucaro <azucaro@gmail.com>
Tue, 11 Sep 2012 02:01:54 +0000 (22:01 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Tue, 11 Sep 2012 02:01:54 +0000 (22:01 -0400)
commit7c5316b773629190d25089000b95c9e6ad6517a0
treec73a456317d4d15966a3104a0afe006afb2114be
parentb5c8dcfdb4400a879a35da835ed2bcd24fc7c7d7
Add localized time support (on hover).

Without Javascript people will see the UTC time. With Javascript
all of those UTC times will be changed to localtime (accounting
for DST) via the epoch time of the object.
xonstat/models.py
xonstat/templates/base.mako
xonstat/templates/game_info.mako
xonstat/templates/main_index.mako
xonstat/templates/map_index.mako
xonstat/templates/map_info.mako
xonstat/templates/player_index.mako
xonstat/templates/player_info.mako
xonstat/templates/search.mako
xonstat/templates/server_index.mako
xonstat/templates/server_info.mako