Hi there...

Getting this errors, seems to repeat that "triplet" for each event shown in calendar.

# warning: timezone_open() [function.timezone-open]: Unknown or bad timezone () in .../sites/all/modules/calendar/calendar.inc on line 628.
# warning: date_timezone_set() expects parameter 2 to be DateTimeZone, boolean given in .../sites/all/modules/calendar/calendar.inc on line 629.
# warning: date_timezone_set() expects parameter 2 to be DateTimeZone, boolean given in .../sites/all/modules/calendar/calendar.inc on line 630.

Everything appears to show up as it should, though.

Running Drupal 5.2 on php5.2.5, mysql 5.0.45
calendar 5.x-2.x-dev; Date API 5.x-2.x-dev

Thx 4 your great work...just to mention it :).

Comments

KarenS’s picture

Status: Active » Fixed

These errors were coming from the Date API and I committed fixes today that should keep these errors from appearing.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.