You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working with concerto 2.0 for the first time and I've run into a time zone problem. The server clock is correct the the screen shows the correct time and date. My problem is that I want to add a google calendar option. I created the calendar and made it public. I copied the ICAL address and added the calendar to concerto. Everything looks fine except for the times. I set an event for 10:00am - 10:30am and it's showing 3:00pm - 3:30pm. It would appear that it's looking at my calendar and adjusting it upto UTC time..
I tried looking at an event scheduled for 12:55pm and found it came back in UTC also. Looks like we might need to add the in_time_zone(Time.zone) in the model to get it to display properly...
If I try to use a Google Calendar using the iCal method, the times are not correct. The Google API method seems broken, so I have to use the iCal method.
Someone in the group wrote:
I tried looking at an event scheduled for 12:55pm and found it came back in UTC also. Looks like we might need to add the
in_time_zone(Time.zone)
in the model to get it to display properly...The text was updated successfully, but these errors were encountered: