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
When sending iCalendar items with workflows they contain the wrong timezone. The server timezone is set to CET and the config.inc.php file has $default_timezone = 'CET'; set. But the iCalendar items still contain UTC times.
Do you have a hint where I could correct this?
The text was updated successfully, but these errors were encountered:
When sending iCalendar items with workflows they contain the wrong timezone. The server timezone is set to CET and the config.inc.php file has
$default_timezone = 'CET';
set. But the iCalendar items still contain UTC times.Do you have a hint where I could correct this?
The text was updated successfully, but these errors were encountered: