From 0c223cab242a921e099ac330c5a7a2e57ca314e2 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Fri, 4 Jan 2013 08:14:25 -0800 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 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 -- 2.20.1