Skip to content

Commit

Permalink
BUGFIX: Calendar does not have proper timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
unclecheese committed Aug 13, 2012
1 parent 55a7ed7 commit 88a99af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 88a99af

Please sign in to comment.