<?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 UNIX EPOCH to date in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/UNIX-EPOCH-to-date/m-p/2281499#M56010</link>
    <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a date "1569387782831" it is unix epoch and I want to convert it to human readable date with tjavarow. Can someone help please?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Feb 2020 14:10:01 GMT</pubDate>
    <dc:creator>DrGenious</dc:creator>
    <dc:date>2020-02-03T14:10:01Z</dc:date>
    <item>
      <title>UNIX EPOCH to date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UNIX-EPOCH-to-date/m-p/2281499#M56010</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a date "1569387782831" it is unix epoch and I want to convert it to human readable date with tjavarow. Can someone help please?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 14:10:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UNIX-EPOCH-to-date/m-p/2281499#M56010</guid>
      <dc:creator>DrGenious</dc:creator>
      <dc:date>2020-02-03T14:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX EPOCH to date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UNIX-EPOCH-to-date/m-p/2281500#M56011</link>
      <description>&lt;P&gt;This may help&amp;nbsp;&lt;A href="https://community.talend.com/t5/Design-and-Development/How-to-convert-of-epoch-time-to-human-readable-format/td-p/21634" 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>Mon, 03 Feb 2020 14:21:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UNIX-EPOCH-to-date/m-p/2281500#M56011</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2020-02-03T14:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX EPOCH to date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UNIX-EPOCH-to-date/m-p/2281501#M56012</link>
      <description>&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 500px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/24758iF23218B5C4D619ED/image-size/large?v=1.0&amp;amp;px=999" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/47"&gt;@TRF&lt;/A&gt;&amp;nbsp; Thanks a lot for the quick response it was very helpful but I have one more question. Instead of printing it with system.out how can I parse it into a row? For example output_row.created_time . I asked it because it shows me an error cant convert from string to date, but I changed in my schema the type from string to date with pattern.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 14:34:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UNIX-EPOCH-to-date/m-p/2281501#M56012</guid>
      <dc:creator>DrGenious</dc:creator>
      <dc:date>2020-02-03T14:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: UNIX EPOCH to date</title>
      <link>https://community.qlik.com/t5/Talend-Studio/UNIX-EPOCH-to-date/m-p/2281502#M56013</link>
      <description>This should work:&lt;BR /&gt;output_row.created_time = sdf.format(new Date(utime)));</description>
      <pubDate>Mon, 03 Feb 2020 15:19:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/UNIX-EPOCH-to-date/m-p/2281502#M56013</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2020-02-03T15:19:50Z</dc:date>
    </item>
  </channel>
</rss>

