Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
krileon wrote: Ok, found the cause. It's an out dated usage of offset in the calendar API. The below quickfix will fix it.
IN: libraries/CBLib/CB/Legacy/cbCalendars.php
ON: Line 301
FROM:TO:Code:$offset = ( $offsetOverride !== null ? $offsetOverride : $_CB_framework->getCfg( 'offset' ) );Code:$offset = ( $offsetOverride !== null ? $offsetOverride : $_CB_framework->getCfg( 'user_timezone' ) );
Fixing for next nightly release. Thank you for the detailed findings!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.