From: Radek Czajka Date: Fri, 4 Jan 2013 16:16:29 +0000 (+0100) Subject: timezone stuff X-Git-Url: https://git.mdrn.pl/turniej.git/commitdiff_plain/c502401d99619b3ab11fb3b4d4bede41f072315a timezone stuff --- diff --git a/apps/edition2/templates/edition2/base.html b/apps/edition2/templates/edition2/base.html index d33f109..eac713a 100644 --- a/apps/edition2/templates/edition2/base.html +++ b/apps/edition2/templates/edition2/base.html @@ -36,7 +36,7 @@ $(function () { $.ajax({url: 'http://wolnelektury.pl/zegar/', async: false, dataType: 'text', success: function(text) { - time = new Date(text); + time = new Date(text+" +1"); }, error: function(http, message, exc) { time = new Date(); }});