<?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 Salesforce Date Conversion in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-Date-Conversion/m-p/2275742#M52027</link>
    <description>&lt;P&gt;We are using Talend Data Integration 6.1.1.&amp;nbsp; Data source to one of the ETL is from Salesforce/TargetX.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;In Salesforce, date field is seen as&amp;nbsp;2017-05-02T02:25:16.000Z but&amp;nbsp;the same data using Talend's Salesforce Component, I see it as 2017-05-03T02:25:16.000Z .&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;As per my research so far, Salesforce is carrying all date/time values internally as GMT and then for display purposes, adjusts it to local time. GMT is 7 hours ahead of PDT. Talend doesn't seem to be handling the adjustment automatically in my case based on local server time.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any suggestions on how to handle this ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 09:38:12 GMT</pubDate>
    <dc:creator>anut</dc:creator>
    <dc:date>2024-11-16T09:38:12Z</dc:date>
    <item>
      <title>Salesforce Date Conversion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-Date-Conversion/m-p/2275742#M52027</link>
      <description>&lt;P&gt;We are using Talend Data Integration 6.1.1.&amp;nbsp; Data source to one of the ETL is from Salesforce/TargetX.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;In Salesforce, date field is seen as&amp;nbsp;2017-05-02T02:25:16.000Z but&amp;nbsp;the same data using Talend's Salesforce Component, I see it as 2017-05-03T02:25:16.000Z .&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;As per my research so far, Salesforce is carrying all date/time values internally as GMT and then for display purposes, adjusts it to local time. GMT is 7 hours ahead of PDT. Talend doesn't seem to be handling the adjustment automatically in my case based on local server time.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any suggestions on how to handle this ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:38:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Salesforce-Date-Conversion/m-p/2275742#M52027</guid>
      <dc:creator>anut</dc:creator>
      <dc:date>2024-11-16T09:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce Date Conversion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-Date-Conversion/m-p/2275743#M52028</link>
      <description>Did you check the timezone for the user associated to the tSalesforceConnection?</description>
      <pubDate>Tue, 13 Jun 2017 22:25:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Salesforce-Date-Conversion/m-p/2275743#M52028</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-06-13T22:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce Date Conversion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-Date-Conversion/m-p/2275744#M52029</link>
      <description>&lt;P&gt;User Timezone is PDT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 22:33:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Salesforce-Date-Conversion/m-p/2275744#M52029</guid>
      <dc:creator>anut</dc:creator>
      <dc:date>2017-06-13T22:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce Date Conversion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-Date-Conversion/m-p/2275745#M52030</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Have you found a solution with talend, i have the same problem with the timezone ?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 15:17:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Salesforce-Date-Conversion/m-p/2275745#M52030</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-17T15:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce Date Conversion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-Date-Conversion/m-p/2275746#M52031</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From Salesforce, define the connected user timezone as GMT, read the datatime value, then convert the result to the desired TZ with the appropriate Java code.&lt;/P&gt;&lt;P&gt;To Salesfore,&amp;nbsp;&lt;SPAN&gt;define the connected user timezone as GMT, convert the datetime from the original TZ to GMT with the appropriate Java code, then load the result to Salesforce.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Note:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Supported time zones for&amp;nbsp;&lt;A href="https://help.salesforce.com/articleView?id=admin_supported_timezone.htm&amp;amp;type=0" target="_self" rel="nofollow noopener noreferrer"&gt;Salesforce are here&lt;/A&gt;&amp;nbsp;and&amp;nbsp;here&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;for the Java method&amp;nbsp;&lt;A href="https://www.mkyong.com/java/java-display-list-of-timezone-with-gmt/" target="_self" rel="nofollow noopener noreferrer"&gt;TimeZone.getTimeZone&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Nov 2017 20:13:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Salesforce-Date-Conversion/m-p/2275746#M52031</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-11-18T20:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce Date Conversion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-Date-Conversion/m-p/2275747#M52032</link>
      <description>&lt;P&gt;Hi &lt;SPAN&gt;Twelve Stars&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Thanks but It's strange, i have a date&amp;nbsp;2017-10-27 in a file, i want to load it into salesforce object with talend, but finally i obtain 2017-10-26, my time zone on salesforce is GMT-0&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 13:44:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Salesforce-Date-Conversion/m-p/2275747#M52032</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-20T13:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Salesforce Date Conversion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Salesforce-Date-Conversion/m-p/2275748#M52033</link>
      <description>&lt;P&gt;Ok i found a solution, all date in sf database are stored with datetime so i have to convert my date to datetime&amp;nbsp;2017-09-22T12:00:00.000Z (example) to have exactly&amp;nbsp;&lt;SPAN&gt;2017-09-22 and not&amp;nbsp;2017-09-21&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 15:47:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Salesforce-Date-Conversion/m-p/2275748#M52033</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-20T15:47:41Z</dc:date>
    </item>
  </channel>
</rss>

