<?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: Time difference issue in Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Time-difference-issue-in-Talend/m-p/2351146#M117859</link>
    <description>&lt;P&gt;looks like i don't have permission to visit the article you shared or the link broken.. &lt;span class="lia-unicode-emoji" title=":face_with_tears_of_joy:"&gt;😂&lt;/span&gt; &lt;/P&gt;</description>
    <pubDate>Wed, 28 Jun 2023 01:14:42 GMT</pubDate>
    <dc:creator>WWong1683187644</dc:creator>
    <dc:date>2023-06-28T01:14:42Z</dc:date>
    <item>
      <title>Time difference issue in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Time-difference-issue-in-Talend/m-p/2351141#M117854</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using talend to extract data from database, then export to csv.&lt;/P&gt;&lt;P&gt;But i notice the time value output to csv is wrong, it is not the original time value in database.&lt;/P&gt;&lt;P&gt;I suspect could be due to database server and talent server's time zone is different, so causing this problem, am i right?&lt;/P&gt;&lt;P&gt;May i know how can i get the original time value instead of the converted time?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:38:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Time-difference-issue-in-Talend/m-p/2351141#M117854</guid>
      <dc:creator>WWong1683187644</dc:creator>
      <dc:date>2024-11-15T21:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Time difference issue in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Time-difference-issue-in-Talend/m-p/2351142#M117855</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please try to do an experiment first.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Database usually can convert Date to String. Use a format that exposes the TIME ZONE as well.&lt;/P&gt;&lt;P&gt;Talend tLogRow can also respect such date patterns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have written an article about this you can find it here: https://community.talend.com/s/article/Talend-Data-Types-explained &lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 08:06:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Time-difference-issue-in-Talend/m-p/2351142#M117855</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-27T08:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Time difference issue in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Time-difference-issue-in-Talend/m-p/2351143#M117856</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Check the time zone of Database server, then add this line of Java code on a tJava component in the beginning of job to change the default timezone. &lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;java.util.TimeZone.setDefault(java.util.TimeZone.getTimeZone("America/Los_Angeles"));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 08:20:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Time-difference-issue-in-Talend/m-p/2351143#M117856</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-27T08:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Time difference issue in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Time-difference-issue-in-Talend/m-p/2351144#M117857</link>
      <description>&lt;OL&gt;&lt;LI&gt;Check the time zone settings: Verify the time zone settings of both the database server and the Talend server. Ensure that they are configured correctly and set to the same time zone or adjust them accordingly to align with your desired output.&lt;/LI&gt;&lt;LI&gt;Adjust the time zone in Talend: In your Talend job, you can explicitly specify the time zone to be used for extracting the data from the database. You can do this by setting the time zone context variable or using a specific component or function in Talend that allows you to manipulate time zones. This way, you can ensure that the data is extracted in the desired time zone.   &lt;A href="https://www.upsers.app/" alt="https://www.upsers.app/" target="_blank"&gt;UPSers&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Convert the time zone in Talend: If you want the time values to be converted to a specific time zone during the extraction process, you can use Talend's built-in functions or components to perform the necessary time zone conversion. This will ensure that the time values in the CSV file reflect the desired time zone.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 09:24:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Time-difference-issue-in-Talend/m-p/2351144#M117857</guid>
      <dc:creator>Samuel_Bennett</dc:creator>
      <dc:date>2023-06-27T09:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Time difference issue in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Time-difference-issue-in-Talend/m-p/2351145#M117858</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just trying to help with another suggestion that I found useful in some situations, you could set JVM argument or system property &lt;B&gt;user.timezone&lt;/B&gt; to match database timezone:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JVM argument examples (you can set it in Run/Advaced settings/JVM Setting):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Duser.timezone=UTC&lt;/P&gt;&lt;P&gt;-Duser.timezone=America/Sao_Paulo&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;System property (you can use a tJava for this option):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;System.setProperty("user.timezone", "UTC");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 13:17:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Time-difference-issue-in-Talend/m-p/2351145#M117858</guid>
      <dc:creator>anselmopeixoto</dc:creator>
      <dc:date>2023-06-27T13:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Time difference issue in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Time-difference-issue-in-Talend/m-p/2351146#M117859</link>
      <description>&lt;P&gt;looks like i don't have permission to visit the article you shared or the link broken.. &lt;span class="lia-unicode-emoji" title=":face_with_tears_of_joy:"&gt;😂&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 01:14:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Time-difference-issue-in-Talend/m-p/2351146#M117859</guid>
      <dc:creator>WWong1683187644</dc:creator>
      <dc:date>2023-06-28T01:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Time difference issue in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Time-difference-issue-in-Talend/m-p/2351147#M117860</link>
      <description>&lt;P&gt;I reached out to the respective team to publish it. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 07:17:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Time-difference-issue-in-Talend/m-p/2351147#M117860</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-28T07:17:42Z</dc:date>
    </item>
  </channel>
</rss>

