Marketing Integrations

Damien
Mitwirkender/Mitwirkende | Elite Partner
Mitwirkender/Mitwirkende | Elite Partner

Date format when exporting to Google Sheet

lösung

Hi all, we are using the Google Sheets integration to export a list of contacts from HubSpot to Google Sheets via a workflow. 

 

The problem is that the "Create Date" property comes through as a long number, rather than an actual date. Here are some examples of the date property as it comes out of HubSpot: 

 

1620710374103
1611800442730
1616609290112

 

I am not sure how this translates into an actual date and time, could it be some sort of counter? Either way, is there a way to convert this information into a date within Google Sheets? 

1 Akzeptierte Lösung
karstenkoehler
Lösung
Berühmtheit | Partner
Berühmtheit | Partner

Date format when exporting to Google Sheet

lösung

Hi @Damien,

 

For dates in Google Sheets, HubSpot sends unix timestamps in milliseconds. To convert dates from milliseconds, you would create a separate column and add the the following formular:

 

=arrayformula(if(A2:A<>"",(A2:A/1000)/ 86400 + DATE(1970, 1, 1),""))

 

... replacing column A with the colum that the unix timestamp is in.

 

Hope this helps!

Karsten Köhler
HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer

Beratungstermin mit Karsten vereinbaren

 

Did my post help answer your query? Help the community by marking it as a solution.

Lösung in ursprünglichem Beitrag anzeigen

17 Antworten
czuriguel
Mitglied

Date format when exporting to Google Sheet

lösung

Is more easy, only you need this formula:

 

EPOCHTODATE B2 )

 

(take into account the spaces, eliminate them)

 

🙂

EDelGaudio
Mitwirkender/Mitwirkende

Date format when exporting to Google Sheet

lösung

Hello,

with the date before 1970, how we could solve?

0 Upvotes
BJakharia
Teilnehmer/-in

Date format when exporting to Google Sheet

lösung

Hi

This formula: =A1/1000/60/60/24 + DATE(1970,1,1) 

gives just the date whereas this timestamp has time in it too.

Is there any formula for:

1. Getting date + time both.

2. Getting just the time.

Also in which timezone we'll get this time and is it possible to convert this time into Pacific (with automatic day light saving) ?

SDay
Teilnehmer/-in

Date format when exporting to Google Sheet

lösung

I'm exporting dates to a word document through Zapier and then into Formstack. Is there a way to set an export format for dates that isn't in milliseconds, since I can't run a formula in my word doc?

saps
Mitglied

Date format when exporting to Google Sheet

lösung

Not sure if that's what you're looking for. But Airboxr (my product) syncs with Hubspot to pull data into Google Sheets and standardizes all dates into YYYY-MM-DD format. 

Airboxr is slightly different from connectors in that: instead of dumping your data from Hubspot into Google Sheets, you use it to create queries as output (e.g., a pivot table of no. of new contacts added by date). You can save those queries as Hops (sort of like Zaps in Zapier) and retrieve the data from any Google Sheet.

You can learn more and claim your free trial here.


0 Upvotes
karstenkoehler
Lösung
Berühmtheit | Partner
Berühmtheit | Partner

Date format when exporting to Google Sheet

lösung

Hi @Damien,

 

For dates in Google Sheets, HubSpot sends unix timestamps in milliseconds. To convert dates from milliseconds, you would create a separate column and add the the following formular:

 

=arrayformula(if(A2:A<>"",(A2:A/1000)/ 86400 + DATE(1970, 1, 1),""))

 

... replacing column A with the colum that the unix timestamp is in.

 

Hope this helps!

Karsten Köhler
HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer

Beratungstermin mit Karsten vereinbaren

 

Did my post help answer your query? Help the community by marking it as a solution.

EDelGaudio
Mitwirkender/Mitwirkende

Date format when exporting to Google Sheet

lösung

How is the procedure to format the date BEFORE in workflow and not in Google sheet with formula?

0 Upvotes
JMolos
Mitglied

Date format when exporting to Google Sheet

lösung

Hello Karsten!

How about the Created by user ID? I'm exporting that property in a Google sheet, but I came out as numbers.
Can you help me with this?
Thank you!

ryanjoconnor
Teilnehmer/-in

Date format when exporting to Google Sheet

lösung

How is this not addressed as a bug? Why would any user assume this to be the correct outcome? 

SKealy
Mitwirkender/Mitwirkende

Date format when exporting to Google Sheet

lösung

Especially when the 'solution' also doesn't work. PLEASE FIX HUBSPOT

SKealy
Mitwirkender/Mitwirkende

Date format when exporting to Google Sheet

lösung

This gave me the right format, but the wrong date, it's about a year in the past. 😕

thanhdoan
Teilnehmer/-in

Date format when exporting to Google Sheet

lösung

Fantastic and very useful. What formula would you use to produce the opposite? So standard date value (e.g., 13/06/2022) into a HubSpot unix timestamp?

 

Comment edited on 19/07/2022 - the answer is below.

 

(A2-DATE(1970,1,1))*86400000

0 Upvotes
PMontoya
Teilnehmer/-in

Date format when exporting to Google Sheet

lösung

this formula is not working correctly for me. Is there something else I should b replacing?

0 Upvotes
ChrisPot
Teilnehmer/-in

Date format when exporting to Google Sheet

lösung

Hello, 

 

I have found a formula which is working on my Gsheet "=epochtodate(A1;2)"

 

A1 needs to be replaced.

 

 

fabiogomesds
Teilnehmer/-in

Date format when exporting to Google Sheet

lösung

best way! thanks!

Leopoldo
Teilnehmer/-in

Date format when exporting to Google Sheet

lösung

Works perfect! thanks!!

0 Upvotes
spagnotta
Teilnehmer/-in

Date format when exporting to Google Sheet

lösung

Hi @PMontoya, it didn't work for me either at first, until I changed the format to date (Format > Number > Date). Hope this helps! 

0 Upvotes