Forum Discussion
JIMLIEDER1
7 years agoQrew Cadet
Sending new Contacts entered in HubSpot to QuickBase using Zapier. Want to display the date & time the contact was created in HubSpot. The Contact transaction date & time is in Unix timestamp like '1555079067'
DanielJohnson2
4 years agoQrew Trainee
For anyone looking at this in the post-JavaScript era:
ToTimestamp(Date(1970,1,1))+Seconds([UNIX Time])
------------------------------
Daniel Johnson
------------------------------