<?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 QvdCreateTime in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/QvdCreateTime/m-p/1144637#M20410</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the following code num(QvdCreateTime('$(vPath)'));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gives me &lt;SPAN style="color: #595959; font-family: 'Courier New'; font-size: 15.1278px;"&gt;42515.580104167 as a timestamp back&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; font-family: 'Courier New'; font-size: 15.1278px;"&gt;while I was expecting something near:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1464177919&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how comes? and how to solve this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 May 2016 12:06:11 GMT</pubDate>
    <dc:creator>jsnova</dc:creator>
    <dc:date>2016-05-25T12:06:11Z</dc:date>
    <item>
      <title>QvdCreateTime</title>
      <link>https://community.qlik.com/t5/App-Development/QvdCreateTime/m-p/1144637#M20410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the following code num(QvdCreateTime('$(vPath)'));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gives me &lt;SPAN style="color: #595959; font-family: 'Courier New'; font-size: 15.1278px;"&gt;42515.580104167 as a timestamp back&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; font-family: 'Courier New'; font-size: 15.1278px;"&gt;while I was expecting something near:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1464177919&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how comes? and how to solve this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 12:06:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QvdCreateTime/m-p/1144637#M20410</guid>
      <dc:creator>jsnova</dc:creator>
      <dc:date>2016-05-25T12:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: QvdCreateTime</title>
      <link>https://community.qlik.com/t5/App-Development/QvdCreateTime/m-p/1144638#M20411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you expect is the number of seconds sinds 1-1-1970. What you get instead is the number of days since 30-12-1899. Now that you now what the values are you can figure out how to turn one format into another.&lt;/P&gt;&lt;P&gt;Like this I think: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(QvdCreateTime('$(vPath)')) - MakeDate(1970)) * 86400&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 15:24:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QvdCreateTime/m-p/1144638#M20411</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-05-25T15:24:21Z</dc:date>
    </item>
  </channel>
</rss>

