<?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 Extract timestamp from timezone in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Extract-timestamp-from-timezone/m-p/1786960#M13934</link>
    <description>&lt;P&gt;Hello People,&lt;/P&gt;&lt;P&gt;I have a timezone format stored in my Dynamo db: &lt;STRONG&gt;&lt;EM&gt;" 2019-12-05T13:30:24.314Z"&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I want to convert it to a timestamp and calculate the response time between two different timestamps.&lt;/P&gt;&lt;P&gt;Can someone help me with this conversion? I am new to Qliksense scripts and time formats and unable to figure it out.&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neeraja Upadrasta&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 17:26:19 GMT</pubDate>
    <dc:creator>Neeraja005</dc:creator>
    <dc:date>2024-11-16T17:26:19Z</dc:date>
    <item>
      <title>Extract timestamp from timezone</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Extract-timestamp-from-timezone/m-p/1786960#M13934</link>
      <description>&lt;P&gt;Hello People,&lt;/P&gt;&lt;P&gt;I have a timezone format stored in my Dynamo db: &lt;STRONG&gt;&lt;EM&gt;" 2019-12-05T13:30:24.314Z"&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I want to convert it to a timestamp and calculate the response time between two different timestamps.&lt;/P&gt;&lt;P&gt;Can someone help me with this conversion? I am new to Qliksense scripts and time formats and unable to figure it out.&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neeraja Upadrasta&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Extract-timestamp-from-timezone/m-p/1786960#M13934</guid>
      <dc:creator>Neeraja005</dc:creator>
      <dc:date>2024-11-16T17:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Extract timestamp from timezone</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Extract-timestamp-from-timezone/m-p/1786965#M13935</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/127607"&gt;@Neeraja005&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if timestamp# not working you can format your field as :&lt;/P&gt;&lt;LI-CODE lang="python"&gt;=timestamp#(subfield(subfield(Field,'T',2),'Z',1),'hh:mm:ss.FFF')&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then you can apply time function, for example to exatrct hour :&lt;/P&gt;&lt;P&gt;=hour(timestamp#(subfield(subfield(Field,'T',2),'Z',1),'hh:mm:ss.FFF')) return&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Taoufiq_Zarra_0-1614592592624.png"&gt;&lt;img src="https://community.qlik.com/skins/images/F8B11FBB1963C3F5190A68D84129B237/responsive_peak/images/image_not_found.png" alt="Taoufiq_Zarra_0-1614592592624.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;you can also use interval or ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 09:56:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Extract-timestamp-from-timezone/m-p/1786965#M13935</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2021-03-01T09:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Extract timestamp from timezone</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Extract-timestamp-from-timezone/m-p/1786971#M13936</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/127607"&gt;@Neeraja005&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try like below&lt;/P&gt;&lt;P&gt;Timestamp(Timestamp#('2019-12-05T13:30:24.314Z','YYYY-MM-DDTHH:mm:ss.fff'),'YYYY-MM-DD HH:mm:ss')&lt;/P&gt;&lt;P&gt;-- Convert into timestamp format&lt;/P&gt;&lt;P&gt;=Hour(Timestamp(Timestamp#('2019-12-05T13:30:24.314Z','YYYY-MM-DDTHH:mm:ss.fff'),'YYYY-MM-DD HH:mm:ss'))&lt;/P&gt;&lt;P&gt;gives 13&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 10:03:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Extract-timestamp-from-timezone/m-p/1786971#M13936</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-03-01T10:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Extract timestamp from timezone</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Extract-timestamp-from-timezone/m-p/1787788#M13958</link>
      <description>&lt;P&gt;Thank you for the quick reply I could use the timestamp to extract timezone as timestamp and then used the time to calculate response time.&lt;/P&gt;&lt;P&gt;time(timestamp(timestamp#("&lt;STRONG&gt;Date_Field&lt;/STRONG&gt;")))&amp;nbsp; as "&lt;STRONG&gt;preffered_name&lt;/STRONG&gt;"&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 08:32:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Extract-timestamp-from-timezone/m-p/1787788#M13958</guid>
      <dc:creator>Neeraja005</dc:creator>
      <dc:date>2021-03-03T08:32:49Z</dc:date>
    </item>
  </channel>
</rss>

