Open mfrederickson opened 10 years ago
Is there a workaround for this bug? I get this issue in my content. In all settings I set UTC+1 (Europe/Berlin) and in the client is UTC shown.
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...