Laravel – My time zone keeps appearing as UTC-0 rather than EST
<span class="text-blue-500 underline" title="Comment by {{ $comment->user->name }} at {{ CarbonCarbon::parse($comment->updated_at)->setTimezone('America/New_York')->format('M d, Y H:i A') }}"> {{ AppUtilitiesDateFormatter::formatDateAsPhrase($comment->updated_at) }} </span> This is the area in my PHP file that I'm trying to ensure is EST time. In my .env file…