I have {Date} in one column and am trying to list the corresponding day of the week in another column using the following formula:
DATETIME_FORMAT({Date}, “dddd”)
For most of my records, the correct day of the week is returned. However, I have at least one record that is returning the wrong date. December 7, 2019 is a Saturday according the the calendar but AirTable is calculating the day of the week as Sunday.
Very strange. Any help or insight would be appreciated.