
Transform current date (time) to milliseconds
Hi there,
I want to sync contacts from my app to Hubspot and one of the fields is a date/time field. According to the Hubspot documentation I need to parse dates and date/time stamps in UNIX milliseconds format. My question: Is this possible with an expression or a liquid parsed expression?
Hi there,
I want to sync contacts from my app to Hubspot and one of the fields is a date/time field. According to the Hubspot documentation I need to parse dates and date/time stamps in UNIX milliseconds format. My question: Is this possible with an expression or a liquid parsed expression?
-
Is it as simple as: (now - 1970-01-01 00:00:00) * 1000