I have a [Time] Column with a formula that uses SUBSTITUTE() and DATEONLY() to pull only the time from a timestamp column.
=SUBSTITUTE([Start Time (Timestamp)]@row, DATEONLY([Start Time (Timestamp)]@row), "")
It works fine for any timestamp that occurs prior to 7:00PM, after that time, it pulls the date as well.
I also have an [Actual Date] Column that has the formula:
=[Start Time (Timestamp)]@row
This gives me the wrong date after 7:00PM even though the [Time] Column gives me the correct date. Huh?
The only thing I can thing of is that something is wonky with Smartsheet itself, and internal formulas for functions are maybe set to different time zones?