<?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 Reading the Qlik Sense Script Logs in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Reading-the-Qlik-Sense-Script-Logs/m-p/1952172#M78498</link>
    <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;
&lt;P&gt;I am trying to read into a Qlik Sense application the log files generated by other applications and I have difficulties to interpret the date time format which looks like this:&amp;nbsp;20220520T092936.038+0200&amp;nbsp; or&amp;nbsp;20220520T092936.058+0200 0024 .&lt;/P&gt;
&lt;P&gt;does anyone know a formula that I can use to transform this into a normal date time format?&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;Iulia&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jul 2022 07:45:45 GMT</pubDate>
    <dc:creator>IuliaM</dc:creator>
    <dc:date>2022-07-06T07:45:45Z</dc:date>
    <item>
      <title>Reading the Qlik Sense Script Logs</title>
      <link>https://community.qlik.com/t5/App-Development/Reading-the-Qlik-Sense-Script-Logs/m-p/1952172#M78498</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;
&lt;P&gt;I am trying to read into a Qlik Sense application the log files generated by other applications and I have difficulties to interpret the date time format which looks like this:&amp;nbsp;20220520T092936.038+0200&amp;nbsp; or&amp;nbsp;20220520T092936.058+0200 0024 .&lt;/P&gt;
&lt;P&gt;does anyone know a formula that I can use to transform this into a normal date time format?&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;Iulia&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 07:45:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Reading-the-Qlik-Sense-Script-Logs/m-p/1952172#M78498</guid>
      <dc:creator>IuliaM</dc:creator>
      <dc:date>2022-07-06T07:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Reading the Qlik Sense Script Logs</title>
      <link>https://community.qlik.com/t5/App-Development/Reading-the-Qlik-Sense-Script-Logs/m-p/1952294#M78508</link>
      <description>&lt;P&gt;Hi, that format is YYYYMMDD&lt;EM&gt;T&lt;/EM&gt;hhmmss.fff with 2 hours added to the UTC, you can use timestamp() to convert to an easy readable timestamp&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;=timestamp('20220520T092936.038+0200')-&amp;gt; 20/05/2022 07:29:36&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The output format depends of the&amp;nbsp;TimestampFormat variable set at the start of script.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 10:30:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Reading-the-Qlik-Sense-Script-Logs/m-p/1952294#M78508</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2022-07-06T10:30:13Z</dc:date>
    </item>
  </channel>
</rss>

