<?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: Convert to Date 2017-09-06T23:10:25Z in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Convert-to-Date-2017-09-06T23-10-25Z/m-p/2350728#M117544</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you post some examples of date strings you're receiving? Then i'll give it a go here.&lt;/P&gt;&lt;P&gt;Where are you receiving them from?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Sep 2017 06:57:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-09-21T06:57:21Z</dc:date>
    <item>
      <title>Convert to Date 2017-09-06T23:10:25Z</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-to-Date-2017-09-06T23-10-25Z/m-p/2350727#M117543</link>
      <description>&lt;P&gt;I'm receiving a date string in the following format but I can't find a way to convert it using parseDate. &amp;nbsp;I've tried a bunch of different format strings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TalendDate.parseDate("yyyy-MM-dd'T'HH:mm:ss.SSS'Z'",Var.var1)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:16:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-to-Date-2017-09-06T23-10-25Z/m-p/2350727#M117543</guid>
      <dc:creator>AlmendSR</dc:creator>
      <dc:date>2024-11-16T09:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Convert to Date 2017-09-06T23:10:25Z</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-to-Date-2017-09-06T23-10-25Z/m-p/2350728#M117544</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you post some examples of date strings you're receiving? Then i'll give it a go here.&lt;/P&gt;&lt;P&gt;Where are you receiving them from?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 06:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-to-Date-2017-09-06T23-10-25Z/m-p/2350728#M117544</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-21T06:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Convert to Date 2017-09-06T23:10:25Z</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-to-Date-2017-09-06T23-10-25Z/m-p/2350729#M117545</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just realized you had an example in the subject of your message.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The following seems to work, I removed the milleseconds from the format ('SSS') as they are not in your example date.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;System.out.println(TalendDate.parseDate("yyyy-MM-dd'T'HH:mm:ss'Z'","2017-09-06T23:10:25Z"));&lt;/PRE&gt;
&lt;P class="p1"&gt;Result : Wed Sep 06 23:10:25 CEST 2017&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 07:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-to-Date-2017-09-06T23-10-25Z/m-p/2350729#M117545</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-21T07:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Convert to Date 2017-09-06T23:10:25Z</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-to-Date-2017-09-06T23-10-25Z/m-p/2350730#M117546</link>
      <description>&lt;P&gt;Try this&amp;nbsp;&lt;/P&gt;&lt;P&gt;TalendDate.parseDate("yyyy-MM-dd HH:mm:ss",&lt;SPAN&gt;Var.var1&lt;/SPAN&gt;)&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 07:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-to-Date-2017-09-06T23-10-25Z/m-p/2350730#M117546</guid>
      <dc:creator>shivanand</dc:creator>
      <dc:date>2017-09-21T07:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Convert to Date 2017-09-06T23:10:25Z</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-to-Date-2017-09-06T23-10-25Z/m-p/2350731#M117547</link>
      <description>That did it! thank you.</description>
      <pubDate>Thu, 21 Sep 2017 14:28:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-to-Date-2017-09-06T23-10-25Z/m-p/2350731#M117547</guid>
      <dc:creator>AlmendSR</dc:creator>
      <dc:date>2017-09-21T14:28:28Z</dc:date>
    </item>
  </channel>
</rss>

