<?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: converting a PTP (Precision Time Protocol) string into a date and time? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/converting-a-PTP-Precision-Time-Protocol-string-into-a-date-and/m-p/35682#M607990</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;let me try this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Feb 2018 15:02:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-01T15:02:41Z</dc:date>
    <item>
      <title>converting a PTP (Precision Time Protocol) string into a date and time?</title>
      <link>https://community.qlik.com/t5/QlikView/converting-a-PTP-Precision-Time-Protocol-string-into-a-date-and/m-p/35678#M607986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Does anyone have experience converting a PTP (Precision Time Protocol) string into a date and time? Here are a few examples of the values that are coming in from the data source. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;1504720821967&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;1504720822401&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;1504720875154&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;1504720875420&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;1504720880194&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;1504720880195&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;1504720896241&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;1504720896519&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;1504720896520&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;1504720905016&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;1504720905283&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;1504721314762&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;1504721314775&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 14:42:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/converting-a-PTP-Precision-Time-Protocol-string-into-a-date-and/m-p/35678#M607986</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-01T14:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: converting a PTP (Precision Time Protocol) string into a date and time?</title>
      <link>https://community.qlik.com/t5/QlikView/converting-a-PTP-Precision-Time-Protocol-string-into-a-date-and/m-p/35679#M607987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What date format it should be for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;STRONG&gt;1504720821967&lt;/STRONG&gt;??&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 14:50:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/converting-a-PTP-Precision-Time-Protocol-string-into-a-date-and/m-p/35679#M607987</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-02-01T14:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: converting a PTP (Precision Time Protocol) string into a date and time?</title>
      <link>https://community.qlik.com/t5/QlikView/converting-a-PTP-Precision-Time-Protocol-string-into-a-date-and/m-p/35680#M607988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this should work, but you will need to tweak the divisor depending on the precision of those timestamps (I'm assuming 1000, could be higher):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Date#('01.01.1970', 'DD.MM.YYYY') + PTPTimestampField/86400/1000) AS Timestamp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: divisor separated for clarity&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 14:51:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/converting-a-PTP-Precision-Time-Protocol-string-into-a-date-and/m-p/35680#M607988</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2018-02-01T14:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: converting a PTP (Precision Time Protocol) string into a date and time?</title>
      <link>https://community.qlik.com/t5/QlikView/converting-a-PTP-Precision-Time-Protocol-string-into-a-date-and/m-p/35681#M607989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want in the following format : 'MM/DD/YYYY '&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 14:59:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/converting-a-PTP-Precision-Time-Protocol-string-into-a-date-and/m-p/35681#M607989</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-01T14:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: converting a PTP (Precision Time Protocol) string into a date and time?</title>
      <link>https://community.qlik.com/t5/QlikView/converting-a-PTP-Precision-Time-Protocol-string-into-a-date-and/m-p/35682#M607990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;let me try this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 15:02:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/converting-a-PTP-Precision-Time-Protocol-string-into-a-date-and/m-p/35682#M607990</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-01T15:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: converting a PTP (Precision Time Protocol) string into a date and time?</title>
      <link>https://community.qlik.com/t5/QlikView/converting-a-PTP-Precision-Time-Protocol-string-into-a-date-and/m-p/35683#M607991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then specify it even if the script, if you want (applications will be heavier):&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; font-size: 13px;"&gt;Date(Date#('01.01.1970', 'DD.MM.YYYY') + PTPTimestampField/86400/1000, 'MM/DD/YYYY hh:mm:ss.fff') AS Timestamp&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 15:02:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/converting-a-PTP-Precision-Time-Protocol-string-into-a-date-and/m-p/35683#M607991</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2018-02-01T15:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: converting a PTP (Precision Time Protocol) string into a date and time?</title>
      <link>https://community.qlik.com/t5/QlikView/converting-a-PTP-Precision-Time-Protocol-string-into-a-date-and/m-p/35684#M607992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is okay, Please provide output you want to see for that date row if you aware the result &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 15:06:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/converting-a-PTP-Precision-Time-Protocol-string-into-a-date-and/m-p/35684#M607992</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-02-01T15:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: converting a PTP (Precision Time Protocol) string into a date and time?</title>
      <link>https://community.qlik.com/t5/QlikView/converting-a-PTP-Precision-Time-Protocol-string-into-a-date-and/m-p/35685#M607993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot saver of the day&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 15:16:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/converting-a-PTP-Precision-Time-Protocol-string-into-a-date-and/m-p/35685#M607993</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-01T15:16:56Z</dc:date>
    </item>
  </channel>
</rss>

