I have integrated the databases of CiviCRM and Drupal, so the Drupal Calendar module can display CiviCRM events. In my list of Views I have a "civicrm_events" view with several displays, such as "Upcoming events", "Events block" and "Month view". Everything works fine except one thing.

In the month view, if I have an event that starts at 16:00, it displays on the next day (my timezone is UTC+8). I use Drupal 6.19, CiviCRM 3.1.6, and Calendar 6.x-2.x-dev (same problem with 6.x-2.2).

Thanks for any hint or help!

Comments

vega’s picture

Setting the timezone for the website (in drupal's timezone setting) to UTC fixed the incorrect date displays for me in the calendar views.