<?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 Changing the load timestamp on remote server in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Changing-the-load-timestamp-on-remote-server/m-p/2314018#M84823</link>
    <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have migrated  my Talend jobs on remote server. when i run my jobs there, the load timestamp is coming 1 hr behind local time i.e  i am getting UTC timestamp instead of local time( which is 1 hr ahead).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In tmap, i am using the logic as:&lt;/P&gt;&lt;P&gt;TalendDate.getCurrentDate()&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not want to change my code. is there a way i can handle this without making the change in code?Also, its not possible to change the server time :(. Any suggestions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 00:56:09 GMT</pubDate>
    <dc:creator>sushantk19</dc:creator>
    <dc:date>2024-11-16T00:56:09Z</dc:date>
    <item>
      <title>Changing the load timestamp on remote server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Changing-the-load-timestamp-on-remote-server/m-p/2314018#M84823</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have migrated  my Talend jobs on remote server. when i run my jobs there, the load timestamp is coming 1 hr behind local time i.e  i am getting UTC timestamp instead of local time( which is 1 hr ahead).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In tmap, i am using the logic as:&lt;/P&gt;&lt;P&gt;TalendDate.getCurrentDate()&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not want to change my code. is there a way i can handle this without making the change in code?Also, its not possible to change the server time :(. Any suggestions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:56:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Changing-the-load-timestamp-on-remote-server/m-p/2314018#M84823</guid>
      <dc:creator>sushantk19</dc:creator>
      <dc:date>2024-11-16T00:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the load timestamp on remote server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Changing-the-load-timestamp-on-remote-server/m-p/2314019#M84824</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You can run this Java code to change the timezone on a tJava in the beginning of job. &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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;// replace "America/Los_Angeles" to your local timezone&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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>Mon, 28 Dec 2020 03:28:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Changing-the-load-timestamp-on-remote-server/m-p/2314019#M84824</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-28T03:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the load timestamp on remote server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Changing-the-load-timestamp-on-remote-server/m-p/2314020#M84825</link>
      <description>&lt;P&gt;@shong: any other solution instead of using tjava? I have no knowledge of java hence wanted to avoid this.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 10:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Changing-the-load-timestamp-on-remote-server/m-p/2314020#M84825</guid>
      <dc:creator>sushantk19</dc:creator>
      <dc:date>2020-12-29T10:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the load timestamp on remote server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Changing-the-load-timestamp-on-remote-server/m-p/2314021#M84826</link>
      <description>&lt;P&gt;@Shicong Hong​&amp;nbsp;: how should my job design look like?  Please see the attached job dedesign. it says tJava component needs an input link.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my issue is that there is one field i am maintaining in my target database i.e load_at. it is getting loaded with remote server timezone(UTC) which is 1 hr behind the CET. all other fields are coming correct. how can i handle this. i do not want to change the ETL logic in 150 jobs.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Dec 2020 12:16:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Changing-the-load-timestamp-on-remote-server/m-p/2314021#M84826</guid>
      <dc:creator>sushantk19</dc:creator>
      <dc:date>2020-12-31T12:16:49Z</dc:date>
    </item>
  </channel>
</rss>

