No matter what I do, the date and time when using TODAY() is ALWAYS wrong. Even when I try to format it using:
DATETIME_FORMAT(SET_TIMEZONE(TODAY(), ‘America/Chicago’), ‘M/D/YYYY | h:mmA’).
Output:
2020-03-10T19:00:00-05:00
(Format completely incorre...