There is a bug in the views plugin that prevents the timezone from being correctly interpreted. The script uses a variable called $item->$tz_field which doesn't exist and when in fact $item is an array not an object. Replacing this with $item['timezone'] produces the correct results. See patch, attached.

CommentFileSizeAuthor
calendar_plugin_row.diff1.21 KBNewZeal
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

nateman332’s picture

Status: Active » Needs review
apaderno’s picture

Version: 7.x-3.4 » 7.x-3.x-dev
Issue summary: View changes
Status: Needs review » Needs work
Neslee Canil Pinto’s picture

Status: Needs work » Closed (outdated)

Hi, there will be no more future development for 7.x branch. If you see this issue in 8.x, feel free to file an issue. Close this as Outdated.