I'm trying to format the date and time on our transactional appt confirmation emails. I found a formula that worked perfectly when I used a date field from Braze, but when I plug this same formula in with a property from an API trigger, it doesn't work.
Here's the liquid logic and output for a custom attribute date field stored on the user profile (correct result):


And here's the liquid script used with the API-triggered property and the output I get with that one (incorrect result):


Does anyone know what might be causing this?