<?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: How to convert epoch timetamp into GMT0 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-epoch-timetamp-into-GMT0/m-p/2376658#M138749</link>
    <description>&lt;P&gt;Hi Shong, thank you for the suggestion but it didn't work!&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Wed, 08 Dec 2021 11:00:56 GMT</pubDate>
    <dc:creator>CSharma1636705679</dc:creator>
    <dc:date>2021-12-08T11:00:56Z</dc:date>
    <item>
      <title>How to convert epoch timetamp into GMT0</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-epoch-timetamp-into-GMT0/m-p/2376656#M138747</link>
      <description>&lt;P&gt;Hi all I am new to talend sorry for the mistakes, my question is how to convert epoch timestamp into GMT0;&lt;/P&gt;&lt;P&gt;I am getting epoch time = "&lt;/P&gt;&lt;P&gt;1631898440"&lt;/P&gt;  as string I tried converting it into timestamp like this - &lt;P&gt;&lt;B&gt;(row1.datecolumn==null || row1.&lt;/B&gt;&lt;B&gt;datecolumn&lt;/B&gt;&lt;B&gt;=="" )?null:&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;(new java.util.Date(Long.parseLong(row1.&lt;/B&gt;&lt;B&gt;datecolumn&lt;/B&gt;&lt;B&gt;) * 1000));&amp;nbsp;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;with this the output that I am getting is = &lt;B&gt;2021-09-17 22:37:20&lt;/B&gt;  here talend is taking my system's timezone I guess.&lt;/P&gt;&lt;P&gt;but the time I need is = &lt;B&gt;2021-09-17 5:07:20 pm &lt;/B&gt;&lt;/P&gt;&lt;P&gt;which is GMT0 &lt;/P&gt;&lt;P&gt;How can I achieve this please help &lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:26:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-epoch-timetamp-into-GMT0/m-p/2376656#M138747</guid>
      <dc:creator>CSharma1636705679</dc:creator>
      <dc:date>2024-11-15T23:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert epoch timetamp into GMT0</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-epoch-timetamp-into-GMT0/m-p/2376657#M138748</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Change the timezone in the begging of job, add this code on a tJava:&lt;/P&gt;&lt;P&gt;java.util.TimeZone.setDefault(java.util.TimeZone.getTimeZone("UTC"));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if it works. &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>Wed, 08 Dec 2021 10:32:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-epoch-timetamp-into-GMT0/m-p/2376657#M138748</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-08T10:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert epoch timetamp into GMT0</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-epoch-timetamp-into-GMT0/m-p/2376658#M138749</link>
      <description>&lt;P&gt;Hi Shong, thank you for the suggestion but it didn't work!&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 11:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-epoch-timetamp-into-GMT0/m-p/2376658#M138749</guid>
      <dc:creator>CSharma1636705679</dc:creator>
      <dc:date>2021-12-08T11:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert epoch timetamp into GMT0</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-epoch-timetamp-into-GMT0/m-p/2376659#M138750</link>
      <description>&lt;P&gt;I tried and I am able to get the date output like this:&lt;/P&gt;&lt;P&gt;&lt;B&gt;2021-09-17 17:07:20&lt;/B&gt;&lt;/P&gt;&lt;P&gt;if you want to have &lt;/P&gt;&lt;P&gt;&lt;B&gt;2021-09-17 5:07:20 pm&lt;/B&gt;&lt;/P&gt;&lt;P&gt;You need to set the date pattern as "yyyy-MM-dd hh:mm:ss aa" of this column on schema.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 23:41:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-epoch-timetamp-into-GMT0/m-p/2376659#M138750</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-08T23:41:37Z</dc:date>
    </item>
  </channel>
</rss>

