<?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: Conversion from EPOCH milliseconds to Date in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Conversion-from-EPOCH-milliseconds-to-Date/m-p/2304538#M76301</link>
    <description>&lt;P&gt;you can use below way in tmap.&lt;BR /&gt;new java.util.Date((long)(row1.Epoch*1000)/1000)&lt;/P&gt;&lt;P&gt;i just created a job for you,please check the job&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LsdC"&gt;epochdate.zip&lt;/A&gt;</description>
    <pubDate>Wed, 07 Mar 2018 09:46:19 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2018-03-07T09:46:19Z</dc:date>
    <item>
      <title>Conversion from EPOCH milliseconds to Date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Conversion-from-EPOCH-milliseconds-to-Date/m-p/2304536#M76299</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have some&amp;nbsp;epoch numbers stored as type long in milliseconds.&lt;/P&gt; 
&lt;P&gt;examples are:&lt;/P&gt; 
&lt;P&gt;1517408220000&lt;/P&gt; 
&lt;P&gt;1456932600000&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Using an online converter (&lt;A href="https://currentmillis.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://currentmillis.com/&lt;/A&gt;) i get the following which is correct:&lt;/P&gt; 
&lt;P&gt;Wed Jan 31 2018 14:17:00&lt;/P&gt; 
&lt;P&gt;Wed Mar 02 2016 15:30:00&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;What would the expression be to do this within a TMap, although i would want the output formatted differently as dd/mm/yyyy.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please could anyone assist me.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Mar 2018 09:10:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Conversion-from-EPOCH-milliseconds-to-Date/m-p/2304536#M76299</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-07T09:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion from EPOCH milliseconds to Date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Conversion-from-EPOCH-milliseconds-to-Date/m-p/2304537#M76300</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;This answer from&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;&amp;nbsp;may help you.&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCnAwCAK" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/How-to-convert-of-epoch-time-to-human-readable-format/td-p/21634&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Mar 2018 09:14:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Conversion-from-EPOCH-milliseconds-to-Date/m-p/2304537#M76300</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-03-07T09:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion from EPOCH milliseconds to Date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Conversion-from-EPOCH-milliseconds-to-Date/m-p/2304538#M76301</link>
      <description>&lt;P&gt;you can use below way in tmap.&lt;BR /&gt;new java.util.Date((long)(row1.Epoch*1000)/1000)&lt;/P&gt;&lt;P&gt;i just created a job for you,please check the job&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LsdC"&gt;epochdate.zip&lt;/A&gt;</description>
      <pubDate>Wed, 07 Mar 2018 09:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Conversion-from-EPOCH-milliseconds-to-Date/m-p/2304538#M76301</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-03-07T09:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion from EPOCH milliseconds to Date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Conversion-from-EPOCH-milliseconds-to-Date/m-p/2304539#M76302</link>
      <description>&lt;P&gt;Thank you. I followed this before and realised now that i needn't multiply by 1000.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Mar 2018 10:02:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Conversion-from-EPOCH-milliseconds-to-Date/m-p/2304539#M76302</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-07T10:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion from EPOCH milliseconds to Date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Conversion-from-EPOCH-milliseconds-to-Date/m-p/2304540#M76303</link>
      <description>&lt;P&gt;Hello, Sir how can I convert this into GMT0 I followed your solution and got successful in converting epoch time into timestamp but it is taking my system's timeZone how can I set it to take GMT0 !! please Help &lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 11:03:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Conversion-from-EPOCH-milliseconds-to-Date/m-p/2304540#M76303</guid>
      <dc:creator>CSharma1636705679</dc:creator>
      <dc:date>2021-12-08T11:03:20Z</dc:date>
    </item>
  </channel>
</rss>

