I have a Zap that accesses Payhip and posts the data contained in field there in a Google spreadsheet when a sale is made. It all works fine, except that the date info returned is a Unix timestamp, and to convert it to something usable, I need to apply the formula, (((1747778867/60)/60)/24)+DATE(1970,1,1). I’d like to do this before posting it to the spreadsheet if possible. Any thoughts?
Thanks,
JimBP