From c502401d99619b3ab11fb3b4d4bede41f072315a Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Fri, 4 Jan 2013 17:16:29 +0100 Subject: [PATCH] timezone stuff --- apps/edition2/templates/edition2/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }}); -- 2.20.1