<?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: Date format pattern in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Date-format-pattern/m-p/2305173#M76862</link>
    <description>&lt;P&gt;Hi @Rohit Aftab​&amp;nbsp;maybe your issue come from to different Timezone between the server of your db and your etl server. in the DB you have a LTZ format for local time zone.&lt;/P&gt;</description>
    <pubDate>Fri, 03 Jun 2022 08:10:36 GMT</pubDate>
    <dc:creator>gjeremy1617088143</dc:creator>
    <dc:date>2022-06-03T08:10:36Z</dc:date>
    <item>
      <title>Date format pattern</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-format-pattern/m-p/2305169#M76858</link>
      <description>&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone knows the date format for the below example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2022-02-14 09:55:36.049 +0100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sql ddl of this field is "DATE_INSERTION TIMESTAMP_LTZ(9)," in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the below solution but it is not working:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pattern: "yyyy-MM-dd HH:mm:ssXXX"&lt;/P&gt;&lt;P&gt;2022-02-14 &lt;B&gt;12&lt;/B&gt;:55:36.049+&lt;B&gt;04:00&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+ the output in bold is not good too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;RA&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;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:52:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-format-pattern/m-p/2305169#M76858</guid>
      <dc:creator>RA6</dc:creator>
      <dc:date>2024-11-15T22:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Date format pattern</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-format-pattern/m-p/2305170#M76859</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;"yyyy-MM-dd HH:mm:ss.SSSXXX"&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>Thu, 02 Jun 2022 08:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-format-pattern/m-p/2305170#M76859</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-02T08:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Date format pattern</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-format-pattern/m-p/2305171#M76860</link>
      <description>&lt;P&gt;Also check the documentation on what kind of patterns there are:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 09:47:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-format-pattern/m-p/2305171#M76860</guid>
      <dc:creator>SMR040</dc:creator>
      <dc:date>2022-06-02T09:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Date format pattern</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-format-pattern/m-p/2305172#M76861</link>
      <description>&lt;P&gt;@Shicong Hong​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello Shong,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried the two format below, the date pattern are OK.&lt;/P&gt;&lt;P&gt;They are both giving me the same result:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"yyyy-MM-dd HH:mm:ss.SSS XX"&lt;/P&gt;&lt;P&gt;"yyyy-MM-dd HH:mm:ss.SSS Z"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;2022-02-14 &lt;B&gt;12&lt;/B&gt;:55:36.049 +&lt;B&gt;04&lt;/B&gt;00&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But what bothers me, the is two highlighted "12" and "04", beacause my input date is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2022-02-14 &lt;B&gt;09&lt;/B&gt;:55:36.049 +&lt;B&gt;01&lt;/B&gt;00&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you advice please?&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;Best regards,&lt;/P&gt;&lt;P&gt;RA&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2022 07:01:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-format-pattern/m-p/2305172#M76861</guid>
      <dc:creator>RA6</dc:creator>
      <dc:date>2022-06-03T07:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Date format pattern</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Date-format-pattern/m-p/2305173#M76862</link>
      <description>&lt;P&gt;Hi @Rohit Aftab​&amp;nbsp;maybe your issue come from to different Timezone between the server of your db and your etl server. in the DB you have a LTZ format for local time zone.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2022 08:10:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Date-format-pattern/m-p/2305173#M76862</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2022-06-03T08:10:36Z</dc:date>
    </item>
  </channel>
</rss>

