Time is 2 hours off -AND- "all day" displays
ch_apel - April 8, 2009 - 18:02
| Project: | GCal Events |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
The Upcoming Events block on my site that uses the Gcal Events module displays the event's time two hours earlier than it is supposed to be. I read another issue that had a similar problem that seemed to get resolved, but it went back-and-forth so much that I got lost on what steps I might need to take to remedy this problem. Any help?
Also, I would rather my 'all day' events display no time at all rather than display the words 'all day'. Is there a way to fix this? I read this from the module page and it seems like it's suppose to be default or something: "for example, an all-day event will not have a time, so you do not want an extra blank line showing up for that."
Thanks for your help!

#1
The 'All Day' issue is easily fixed by opening up gcal_events.module and going to line 751. Set $gcal_time=""; instead of $gcal_time="all day"; to get this to work.