<?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: Return UTC Date object in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Return-UTC-Date-object/m-p/2350798#M117585</link>
    <description>&lt;P&gt;Hey Sabrina!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the response! I didn't know about the tlogrow component, thank you for informing me about it. I tried it, and here's what I get in the console: 2021-06-28 12:14:01&lt;/P&gt;</description>
    <pubDate>Mon, 28 Jun 2021 12:17:31 GMT</pubDate>
    <dc:creator>RNikolova1624628702</dc:creator>
    <dc:date>2021-06-28T12:17:31Z</dc:date>
    <item>
      <title>Return UTC Date object</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Return-UTC-Date-object/m-p/2350796#M117583</link>
      <description>&lt;P&gt;Hello guys! I am struggling with date conversion in the Talend Open Studio, and I would need some help. I have a column of type Date, so I need to return from the Expression Builder Date object. But I need my time to be formatted like this "yyyy-MM-dd HH:mm:ss" and to be in UTC. Whatever I have tried the time is not showing correctly. If you see the screenshot below you will see that the time is shown as EEST time, not UTC. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; It is important to return Date, NOT String. Any help would be highly appreciated! Thank you in advance!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000GeKDYAA3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131411i738FF99BA0736A4B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000GeKDYAA3.png" alt="0695b00000GeKDYAA3.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000GeKDTAA3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155298iF24F214CD8E2B6B5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000GeKDTAA3.png" alt="0695b00000GeKDTAA3.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:00:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Return-UTC-Date-object/m-p/2350796#M117583</guid>
      <dc:creator>RNikolova1624628702</dc:creator>
      <dc:date>2024-11-16T00:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Return UTC Date object</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Return-UTC-Date-object/m-p/2350797#M117584</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Without using Test! in tMap expression builder, could you please drag a tlogrow component after tMap to print your date on console to see if it displays well.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 07:40:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Return-UTC-Date-object/m-p/2350797#M117584</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-28T07:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Return UTC Date object</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Return-UTC-Date-object/m-p/2350798#M117585</link>
      <description>&lt;P&gt;Hey Sabrina!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the response! I didn't know about the tlogrow component, thank you for informing me about it. I tried it, and here's what I get in the console: 2021-06-28 12:14:01&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 12:17:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Return-UTC-Date-object/m-p/2350798#M117585</guid>
      <dc:creator>RNikolova1624628702</dc:creator>
      <dc:date>2021-06-28T12:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Return UTC Date object</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Return-UTC-Date-object/m-p/2350799#M117586</link>
      <description>&lt;P&gt;Hi, if you whant currentdate in Utc :&lt;/P&gt;&lt;P&gt;TalendDate.parseDateInUTC("yyyy-MM-dd HH:mm:ss",TalendDate.formatDate("yyyy-MM-dd HH:mm:ss",TalendDate.getCurrentDate()))&lt;/P&gt;&lt;P&gt;in the metadate schema you set the pattern to "yyyy-MM-dd HH:mm:ss"&lt;/P&gt;&lt;P&gt;Send me Love and Kudos&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 14:19:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Return-UTC-Date-object/m-p/2350799#M117586</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-06-28T14:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Return UTC Date object</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Return-UTC-Date-object/m-p/2350800#M117587</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;tLogrow is usually used to display data or results in the Run console to monitor data processed.&lt;/P&gt;&lt;P&gt;Here is the related component reference about: &lt;A href="https://help.talend.com/r/Q_J04dOXCHTPA~RWThgKsA/ilShMhK2WuUr0xEQSvNwjQ" alt="https://help.talend.com/r/Q_J04dOXCHTPA~RWThgKsA/ilShMhK2WuUr0xEQSvNwjQ" target="_blank"&gt;TalendHelpCenter: tLogrow&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 03:38:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Return-UTC-Date-object/m-p/2350800#M117587</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-29T03:38:33Z</dc:date>
    </item>
  </channel>
</rss>

