I’m trying to pass data into a Google Sheet that contains a unix formatted timestamp like this: 1705121580
I’m using the formatDate function to try to convert this to MM/DD/YYYY format (and to get the month/day/year values independently, as well). However, it always seems to output 1/20/1970.
You can see how I’ve set this up below. I tried using parseDate within formatDate, but that ended up erroring out and giving me odd dates.