Show system date in emails instead of utc date

Your software
My Mautic version is: 3.3.3
My PHP version is: 7.4
My Database type and version is: MySQL

Your problem
My problem is: Our server is setup on UTC time so all time entries into mysql are based on UTC time. When we send emails that include a date or time the email shows the utc time instead of the time of our mautic setup (NY time). Any suggestions on how to output the date for a particular timezone? Here are the merge fields were using in our email…

Date: {contactfield=next_followup|date}
Time: {contactfield=next_followup|time}

These errors are showing in the log:

Steps I have tried to fix the problem:

I just realized I have this same issue. I’m on cPanel and they recommend I keep the server’s time in UTC, so I’m also seeking a workaround here.