From: Radek Czajka Date: Fri, 4 Jan 2013 16:14:25 +0000 (-0800) Subject: timezone stuff X-Git-Url: https://git.mdrn.pl/turniej.git/commitdiff_plain/0c223cab242a921e099ac330c5a7a2e57ca314e2 timezone stuff --- diff --git a/apps/edition2/templates/edition2/base.html b/apps/edition2/templates/edition2/base.html index 79113e2..d33f109 100644 --- a/apps/edition2/templates/edition2/base.html +++ b/apps/edition2/templates/edition2/base.html @@ -42,7 +42,7 @@ $(function () { }}); return time; } - var deadline = new Date(2013, 1, 16); + var deadline = new Date("2013/02/16 0:0:0 +1"); $('#countdown').countdown({ until: deadline, serverSync: serverTime