<?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: How to add now function in line load table in qlikview...based on time stamp in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-add-now-function-in-line-load-table-in-qlikview-based-on/m-p/617882#M227723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh its my mistake in variable check now with inline table with example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vTimeNow = Timestamp(NOW(),'hh:mm:ss');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TimeTable:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Time&lt;/P&gt;&lt;P&gt;'$(vTimeNow)'&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;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Apr 2014 10:26:20 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-04-09T10:26:20Z</dc:date>
    <item>
      <title>How to add now function in line load table in qlikview...based on time stamp</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-now-function-in-line-load-table-in-qlikview-based-on/m-p/617872#M227713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;guide in this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nirmala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 06:47:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-now-function-in-line-load-table-in-qlikview-based-on/m-p/617872#M227713</guid>
      <dc:creator>dolly777</dc:creator>
      <dc:date>2014-04-09T06:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to add now function in line load table in qlikview...based on time stamp</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-now-function-in-line-load-table-in-qlikview-based-on/m-p/617873#M227714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a variable like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vStartTime = NOW();&lt;/P&gt;&lt;P&gt;before your inline table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use vStartTime variable &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 06:51:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-now-function-in-line-load-table-in-qlikview-based-on/m-p/617873#M227714</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-09T06:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to add now function in line load table in qlikview...based on time stamp</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-now-function-in-line-load-table-in-qlikview-based-on/m-p/617874#M227715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 06:52:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-now-function-in-line-load-table-in-qlikview-based-on/m-p/617874#M227715</guid>
      <dc:creator />
      <dc:date>2014-04-09T06:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to add now function in line load table in qlikview...based on time stamp</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-now-function-in-line-load-table-in-qlikview-based-on/m-p/617875#M227716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;load name, age, now() as time;&lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;name, age&lt;/P&gt;&lt;P&gt;a,20&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 06:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-now-function-in-line-load-table-in-qlikview-based-on/m-p/617875#M227716</guid>
      <dc:creator />
      <dc:date>2014-04-09T06:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to add now function in line load table in qlikview...based on time stamp</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-now-function-in-line-load-table-in-qlikview-based-on/m-p/617876#M227717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load *, &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Now() AS Timestamp &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;inline&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Column1, Column2&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Value1, Value2&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 06:57:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-now-function-in-line-load-table-in-qlikview-based-on/m-p/617876#M227717</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-04-09T06:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to add now function in line load table in qlikview...based on time stamp</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-now-function-in-line-load-table-in-qlikview-based-on/m-p/617877#M227718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check i update now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write a variable like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vTimeNow = NOW();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use this in the inline table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TimeTable:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Time&lt;/P&gt;&lt;P&gt;'$(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;vTimeNow &lt;/SPAN&gt;)'&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 07:02:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-now-function-in-line-load-table-in-qlikview-based-on/m-p/617877#M227718</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-09T07:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to add now function in line load table in qlikview...based on time stamp</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-now-function-in-line-load-table-in-qlikview-based-on/m-p/617878#M227719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Time not displaying &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 07:38:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-now-function-in-line-load-table-in-qlikview-based-on/m-p/617878#M227719</guid>
      <dc:creator>dolly777</dc:creator>
      <dc:date>2014-04-09T07:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to add now function in line load table in qlikview...based on time stamp</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-now-function-in-line-load-table-in-qlikview-based-on/m-p/617879#M227720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steal from previous answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vTimeNow = NOW();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;Now() AS Timestamp2&lt;/P&gt;&lt;P&gt;inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Column1, Column2,Timestamp&lt;/P&gt;&lt;P&gt;Value1, Value2,$(vTimeNow)&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 08:26:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-now-function-in-line-load-table-in-qlikview-based-on/m-p/617879#M227720</guid>
      <dc:creator />
      <dc:date>2014-04-09T08:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to add now function in line load table in qlikview...based on time stamp</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-now-function-in-line-load-table-in-qlikview-based-on/m-p/617880#M227721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try any of these&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;Timestamp(Now(),'DD/MM/YYYY hh:mm:ss') as Time&lt;/P&gt;&lt;P&gt;AutoGenerate 1;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt; &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Or&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;Let&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;vT&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Timestamp&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Now&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),'DD/MM/YYYY hh:mm:ss');&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;T2:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;TimeVar&lt;BR /&gt;$(vT)&lt;BR /&gt;];&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 08:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-now-function-in-line-load-table-in-qlikview-based-on/m-p/617880#M227721</guid>
      <dc:creator />
      <dc:date>2014-04-09T08:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to add now function in line load table in qlikview...based on time stamp</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-now-function-in-line-load-table-in-qlikview-based-on/m-p/617881#M227722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its working... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 09:21:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-now-function-in-line-load-table-in-qlikview-based-on/m-p/617881#M227722</guid>
      <dc:creator>dolly777</dc:creator>
      <dc:date>2014-04-09T09:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to add now function in line load table in qlikview...based on time stamp</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-now-function-in-line-load-table-in-qlikview-based-on/m-p/617882#M227723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh its my mistake in variable check now with inline table with example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vTimeNow = Timestamp(NOW(),'hh:mm:ss');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TimeTable:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Time&lt;/P&gt;&lt;P&gt;'$(vTimeNow)'&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;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 10:26:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-now-function-in-line-load-table-in-qlikview-based-on/m-p/617882#M227723</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-09T10:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to add now function in line load table in qlikview...based on time stamp</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-now-function-in-line-load-table-in-qlikview-based-on/m-p/617883#M227724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For timestamp you have to write like below script and for get time convertion use 'hh:mm:ss'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Let vTimeNow = Timestamp(Now( ),'hh:mm:ss');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TimeTable:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * Inline&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Time&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'$(vTimeNow)'&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 10:31:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-now-function-in-line-load-table-in-qlikview-based-on/m-p/617883#M227724</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-09T10:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to add now function in line load table in qlikview...based on time stamp</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-now-function-in-line-load-table-in-qlikview-based-on/m-p/617884#M227725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, helped me too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2018 20:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-now-function-in-line-load-table-in-qlikview-based-on/m-p/617884#M227725</guid>
      <dc:creator>breno_morais</dc:creator>
      <dc:date>2018-08-10T20:33:40Z</dc:date>
    </item>
  </channel>
</rss>

