Anytime you subscribe to a LiveWhale Calendar feed or use the auto-generated “Add to my calendar” link, you are downloading an iCal feed (.ics file).
We have seen that some versions of Outlook ignore timezone instructions in .ics files. If you’d like, you can add the following setting to livewhale/client/global.config.php as a workaround:
$_LW->CONFIG['ENABLE_UTC_ONLY_ICAL'] = true; // disable timezones in iCal output
This removes timezone definitions from your iCal exports and instead puts everything in UTC (Coordinated Universal Time).