timezone stuff
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Fri, 4 Jan 2013 16:16:29 +0000 (17:16 +0100)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Fri, 4 Jan 2013 16:16:29 +0000 (17:16 +0100)
apps/edition2/templates/edition2/base.html

index d33f109..eac713a 100644 (file)
@@ -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();
         }});