use Carbon\Carbon; $timestamp = 1633024800; // Example timestamp $dateTime = Carbon::createFromTimestamp($timestamp); echo $dateTime->toDateTimeString(); // Output: 2021-10-01 00:00:00