I am struggling to get the DATETIME_FORMAT to return the correct time for me.
For example, my Start Date is 10 January 2023 00:00 and in my formula column, I just want it to extract the time of the "Start Date". So I put in this formula: DATETIME_FORMAT({Start Date},'HH:mm')
However, it keeps returning the time as 16:00.
Can anyone help?