<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Date format when exporting to Google Sheet in Marketing Integrations</title>
    <link>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/469404#M3207</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/6532"&gt;@Damien&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="hs_cos_wrapper hs_cos_wrapper_meta_field hs_cos_wrapper_type_rich_text" data-hs-cos-general-type="meta_field" data-hs-cos-type="rich_text"&gt;&lt;SPAN&gt;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:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;=arrayformula(if(A2:A&amp;lt;&amp;gt;"",(A2:A/1000)/ 86400 + DATE(1970, 1, 1),""))&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="hs_cos_wrapper hs_cos_wrapper_meta_field hs_cos_wrapper_type_rich_text" data-hs-cos-general-type="meta_field" data-hs-cos-type="rich_text"&gt;&lt;SPAN&gt;... replacing column A with the colum that the unix timestamp is in.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="hs_cos_wrapper hs_cos_wrapper_meta_field hs_cos_wrapper_type_rich_text" data-hs-cos-general-type="meta_field" data-hs-cos-type="rich_text"&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Feb 2023 14:05:19 GMT</pubDate>
    <dc:creator>karstenkoehler</dc:creator>
    <dc:date>2023-02-23T14:05:19Z</dc:date>
    <item>
      <title>Date format when exporting to Google Sheet</title>
      <link>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/469347#M3206</link>
      <description>&lt;P&gt;Hi all, we are using the Google Sheets integration to export a list of contacts from HubSpot to Google Sheets via a workflow.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE dir="ltr" border="1" cellspacing="0" cellpadding="0"&gt;&lt;COLGROUP&gt;&lt;COL width="100" /&gt;&lt;/COLGROUP&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD data-sheets-value="{&amp;quot;1&amp;quot;:3,&amp;quot;3&amp;quot;:1620710374103}"&gt;1620710374103&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD data-sheets-value="{&amp;quot;1&amp;quot;:3,&amp;quot;3&amp;quot;:1611800442730}"&gt;1611800442730&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD data-sheets-value="{&amp;quot;1&amp;quot;:3,&amp;quot;3&amp;quot;:1616609290112}"&gt;1616609290112&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jul 2021 00:27:43 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/469347#M3206</guid>
      <dc:creator>Damien</dc:creator>
      <dc:date>2021-07-30T00:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Date format when exporting to Google Sheet</title>
      <link>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/469404#M3207</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/6532"&gt;@Damien&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="hs_cos_wrapper hs_cos_wrapper_meta_field hs_cos_wrapper_type_rich_text" data-hs-cos-general-type="meta_field" data-hs-cos-type="rich_text"&gt;&lt;SPAN&gt;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:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;=arrayformula(if(A2:A&amp;lt;&amp;gt;"",(A2:A/1000)/ 86400 + DATE(1970, 1, 1),""))&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="hs_cos_wrapper hs_cos_wrapper_meta_field hs_cos_wrapper_type_rich_text" data-hs-cos-general-type="meta_field" data-hs-cos-type="rich_text"&gt;&lt;SPAN&gt;... replacing column A with the colum that the unix timestamp is in.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="hs_cos_wrapper hs_cos_wrapper_meta_field hs_cos_wrapper_type_rich_text" data-hs-cos-general-type="meta_field" data-hs-cos-type="rich_text"&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 14:05:19 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/469404#M3207</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2023-02-23T14:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Date format when exporting to Google Sheet</title>
      <link>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/493084#M3296</link>
      <description>&lt;P&gt;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?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 17:49:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/493084#M3296</guid>
      <dc:creator>SDay</dc:creator>
      <dc:date>2021-09-10T17:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Date format when exporting to Google Sheet</title>
      <link>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/506170#M3350</link>
      <description>&lt;P&gt;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.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;You can &lt;A href="https://ecosystem.hubspot.com/marketplace/apps/marketing/analytics-data/airboxr" target="_blank" rel="noopener"&gt;learn more and claim your free trial here&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 08:03:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/506170#M3350</guid>
      <dc:creator>saps</dc:creator>
      <dc:date>2021-10-06T08:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Date format when exporting to Google Sheet</title>
      <link>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/569769#M3610</link>
      <description>&lt;P&gt;this formula is not working correctly for me. Is there something else I should b replacing?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2022 21:41:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/569769#M3610</guid>
      <dc:creator>PMontoya</dc:creator>
      <dc:date>2022-02-04T21:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Date format when exporting to Google Sheet</title>
      <link>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/578663#M3646</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/227323"&gt;@PMontoya&lt;/a&gt;, it didn't work for me either at first, until I changed the format to date (Format&amp;nbsp;&lt;SPAN&gt;&amp;gt; Number&amp;nbsp;&amp;gt; Date). Hope this helps!&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2022 20:13:54 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/578663#M3646</guid>
      <dc:creator>spagnotta</dc:creator>
      <dc:date>2022-02-17T20:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Date format when exporting to Google Sheet</title>
      <link>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/610893#M3839</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;This formula:&amp;nbsp;&lt;SPAN&gt;=A1/1000/60/60/24 + DATE(1970,1,1)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;gives just the date whereas this timestamp has time in it too.&lt;/P&gt;&lt;P&gt;Is there any formula for:&lt;/P&gt;&lt;P&gt;1. Getting date + time both.&lt;/P&gt;&lt;P&gt;2. Getting just the time.&lt;/P&gt;&lt;P&gt;Also in which timezone we'll get this time and is it possible to convert this time into Pacific (with automatic day light saving) ?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 13:39:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/610893#M3839</guid>
      <dc:creator>BJakharia</dc:creator>
      <dc:date>2022-04-08T13:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Date format when exporting to Google Sheet</title>
      <link>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/648571#M4017</link>
      <description>&lt;P&gt;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?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Comment edited on 19/07/2022 - the answer is below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(A2-DATE(1970,1,1))*86400000&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 09:59:17 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/648571#M4017</guid>
      <dc:creator>thanhdoan</dc:creator>
      <dc:date>2022-07-19T09:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Date format when exporting to Google Sheet</title>
      <link>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/671894#M4164</link>
      <description>&lt;P&gt;This gave me the right format, but the wrong date, it's about a year in the past. &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 23:46:32 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/671894#M4164</guid>
      <dc:creator>SKealy</dc:creator>
      <dc:date>2022-07-27T23:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Date format when exporting to Google Sheet</title>
      <link>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/680978#M4220</link>
      <description>&lt;P&gt;How is this not addressed as a bug? Why would any user assume this to be the correct outcome?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2022 14:07:07 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/680978#M4220</guid>
      <dc:creator>ryanjoconnor</dc:creator>
      <dc:date>2022-08-16T14:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Date format when exporting to Google Sheet</title>
      <link>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/681271#M4223</link>
      <description>&lt;P&gt;Especially when the 'solution' also doesn't work. PLEASE FIX HUBSPOT&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2022 23:44:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/681271#M4223</guid>
      <dc:creator>SKealy</dc:creator>
      <dc:date>2022-08-16T23:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Date format when exporting to Google Sheet</title>
      <link>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/783788#M4968</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have found a formula which is working on my Gsheet "=&lt;SPAN class=""&gt;epochtodate&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;FONT color="#FF0000"&gt;A1&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;;&lt;/SPAN&gt;&lt;SPAN class=""&gt;2&lt;/SPAN&gt;&lt;SPAN class=""&gt;)"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;A1 needs to be replaced.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 10:47:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/783788#M4968</guid>
      <dc:creator>ChrisPot</dc:creator>
      <dc:date>2023-04-19T10:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Date format when exporting to Google Sheet</title>
      <link>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/785824#M4976</link>
      <description>&lt;P&gt;Works perfect! thanks!!&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 21:07:28 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/785824#M4976</guid>
      <dc:creator>Leopoldo</dc:creator>
      <dc:date>2023-04-24T21:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Date format when exporting to Google Sheet</title>
      <link>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/808962#M5138</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;with the date before 1970, how we could solve?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 08:00:08 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/808962#M5138</guid>
      <dc:creator>EDelGaudio</dc:creator>
      <dc:date>2023-06-19T08:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Date format when exporting to Google Sheet</title>
      <link>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/816968#M5181</link>
      <description>&lt;P&gt;best way! thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 17:12:21 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/816968#M5181</guid>
      <dc:creator>fabiogomesds</dc:creator>
      <dc:date>2023-07-07T17:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Date format when exporting to Google Sheet</title>
      <link>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/837596#M5361</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;STRONG&gt;Karsten!&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;How about the Created by user ID? I'm exporting that property in a Google sheet, but I came out as numbers.&lt;BR /&gt;Can you help me with this?&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 13:33:17 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/837596#M5361</guid>
      <dc:creator>JMolos</dc:creator>
      <dc:date>2023-08-21T13:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Date format when exporting to Google Sheet</title>
      <link>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/856123#M5508</link>
      <description>&lt;P&gt;Is more easy, only you need this formula:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;EPOCHTODATE&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;B2&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;2&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;(take into account the spaces, eliminate them)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 13:46:35 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/856123#M5508</guid>
      <dc:creator>czuriguel</dc:creator>
      <dc:date>2023-09-27T13:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Date format when exporting to Google Sheet</title>
      <link>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/963882#M6174</link>
      <description>&lt;P&gt;How is the procedure to format the date BEFORE in workflow and not in Google sheet with formula?&lt;/P&gt;</description>
      <pubDate>Sat, 20 Apr 2024 05:50:29 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/963882#M6174</guid>
      <dc:creator>EDelGaudio</dc:creator>
      <dc:date>2024-04-20T05:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Date format when exporting to Google Sheet</title>
      <link>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/992134#M6298</link>
      <description>&lt;P&gt;What does A1 need to be replaced by?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 23:24:26 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/992134#M6298</guid>
      <dc:creator>CEsposito</dc:creator>
      <dc:date>2024-06-13T23:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Date format when exporting to Google Sheet</title>
      <link>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/992594#M6303</link>
      <description>&lt;P&gt;I think you answered the question and I tried your formula and I must have done something wrong because i got #ref1&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 19:47:37 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Marketing-Integrations/Date-format-when-exporting-to-Google-Sheet/m-p/992594#M6303</guid>
      <dc:creator>BOlson8</dc:creator>
      <dc:date>2024-06-14T19:47:37Z</dc:date>
    </item>
  </channel>
</rss>

