'test@example.com', 'ip_address' => '127.0.0.1', 'message' => 'Test Message', 'affected' => ['users' => [1]], ]); // Force reload to trigger the attribute accessor $entry->refresh(); // The timestamp should be formatted as "M j, Y H:i:s" in America/Chicago timezone expect($entry->created_at)->toBe('Jan 1, 2024 06:00:00'); });