My dates in email are displaying a day earlier than whats in database

1
I have all my date fields with localized = no. And I used for my email formatDateTime($CACI/Start_Date,'MMM dd yyyy'). My Server has the same date and time as my client computer. But regardless of this I still get a different date in my email than what’s in my client view of the app or what’s in the database.   I’m confused as what to do to resolve this. I have read several forum posts and docs about the date fields, expressions and UTC vs non UTC and localized and etc. But no matter what I do I still get the same results. And yes I have created new date fields and new data for them and still nothing changes. PLEASE help this is driving me crazy.   Thanks
asked
1 answers
2

George,

Have you tried using formatDateTimeUTC() function instead of formatDateTime()?

Mike

answered