The Angular DatePipe automatically converts UTC to local timeszone. I specifiy you need to put the timezone:
<td class="px-4 py-2">{{ meal.date | date: 'fullDate' }}</td>
This worked since my dates are stored in UTC