From 88a99af9641135baaee39188f60b2b247c4f9b71 Mon Sep 17 00:00:00 2001 From: unclecheese Date: Mon, 13 Aug 2012 14:09:51 -0300 Subject: [PATCH] BUGFIX: Calendar does not have proper timezone --- code/Calendar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Calendar.php b/code/Calendar.php index 73f42a1..cddb23b 100755 --- a/code/Calendar.php +++ b/code/Calendar.php @@ -63,7 +63,7 @@ class Calendar extends Page { static $announcement_class = "CalendarAnnouncement"; - static $timezone = "0:00 GMT"; + static $timezone = "America/New_York"; static $language = "EN";