@birdietorerik Use the timezone method, not setTimezone. This will set the timezone, and also change the date/time:
$timestamp = '2024-08-12 10:55:14';
$utc = Carbon::createFromFormat('Y-m-d H:i:s', $timestamp);
$stockholmTime = $date->timezone('Europe/Stockholm');
// $stockholmTime will now be set to 12:55:14