New topic Closed topic
avatar image
-1
Transform current date (time) to milliseconds
By Created , last editted

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?

  • Avatar image
    Is it as simple as: (now - 1970-01-01 00:00:00) * 1000
    By
  • Login to reply
Answers
Sort by:

This topic is closed.