Modify default DateTime type to return localized date with timezone.
class FrozenTimeLocal extends FrozenTime
{
public function __toString()
{
return $this->i18nFormat('dd MMM HH:mm', 'Asia/Dhaka', 'ru_Ru');
}
}
External: Stackoverflow - CakePHP 3 time column gets date added