toUtc('2025-01-01 12:00:00', 'America/New_York'); $local = $service->toLocal($utc, 'UTC', 'America/New_York'); $this->assertSame('2025-01-01 12:00:00', $local); } }