79575922

Date: 2025-04-15 19:44:29
Score: 0.5
Natty:
Report link

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

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Brian