Currently I have a Date & Time (duration) field. I have combined them into
The combined date & time formula is showing a different time zone it seems? I want it to be Los Angeles. Is there a way to do this?
"COMBINED START DATE & TIME" FORMULA:
IF( ({All Day Event}), DATETIME_FORMAT({Start Date & Time}, "MM/DD/YYYY"), DATETIME_FORMAT({Start Date & Time}, "MM/DD/YYYY HH:mm") )
