APIs & Integrations

cschouten1
Member

Engagement timestamp multiplied by factor of 1000

After creating an integration with Stitch Data, I realized that occasionally newly created Engagement (Calls, Emails, etc) timestamp fields in the Engagements table will be multiplied by a factor of 1000 (i.e timestamp year is 49,909 instead of 2017), which errors out in stitch data (as the service relies on the timestamp field to only contain 13 chars) and eventually creates an out-of-sync data export.

This seems like an unusual, irregular behavior. Is this a bug? I’m willing to provide more info if need be.

0 Upvotes
4 Replies 4
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

Engagement timestamp multiplied by factor of 1000

Hi @cschouten1,

All of the HubSpot APIs use millisecond timestamps, so if you’re seeing a timestamp coming from HubSpot that’s not in milliseconds it’s likely a bug. If you come across an example object that’s returning a timestamp that isn’t in milliseconds, could you send me a link to the object in your portal so that I can take a look?

0 Upvotes
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

Engagement timestamp multiplied by factor of 1000

Hi @cschouten1,

All dates in HubSpot should be formatted as millisecond unix timestamps. Can you give me an example of a response where you received a timestamp that was off by a factor of 1000? Knowing which API returned the incorrect timestamp would be helpful, as would the full response body if you have it.

0 Upvotes
cschouten1
Member

Engagement timestamp multiplied by factor of 1000

Hi Derek,

Thank you for your reply. Most recently, the Engagement ID 624318098 is giving us a timestamp of 1513006770000000.

I’m not sure what’s going on here…

Cheers,
Colin

0 Upvotes
cschouten1
Member

Engagement timestamp multiplied by factor of 1000

Alas, I absent-mindedly ran my python script to update the timestamp for the aforementioned Engagement ID. But in short, would Hubspot be able to manipulate timestamps on the backend?

After I run into the snag with the ETL, it’ll show me the logs for the problematic record in Hubspot, so I’m lead to believe that these timestamp changes are happening on the Hubspot end.

0 Upvotes