<?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 Timestamp query for newer JMP revisions in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Timestamp-query-for-newer-JMP-revisions/m-p/458186#M70335</link>
    <description>&lt;P&gt;Hi All, I have noticed that the newer version of JMP are treating the conversion of incorrectly labelled character data (which is actually numeric continuous data) slightly differently vs older software revisions. An example would be as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Column called "TRANSFER_FROM_TIME" with the follow data:&lt;/P&gt;&lt;P&gt;00:05:36.00000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In JMP14 I used to run a script line that converted this back to H:M:S using this line.&lt;/P&gt;&lt;P&gt;Column("TRANSFER_FROM_TIME")&amp;lt;&amp;lt;data type(numeric)&amp;lt;&amp;lt;format("h:m:s", 12) &amp;lt;&amp;lt;modeling type(continuous);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which would convert this into a H:M:S time format like this which worked really well.&lt;/P&gt;&lt;P&gt;00:05:36&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However when I share this script with colleagues using updated version of JMP is appears to reference it as a "clock time" and essentially adds this onto the timestamp 12:00AM. Its almost like 00:00:00 is viewed as being 12:00AM.&amp;nbsp; So in newer version of JMP it just converts&amp;nbsp;00:05:36.00000 to 12:05:36AM.&lt;/P&gt;&lt;P&gt;Is anyone aware of any changes in software revisions that would have caused this to happen or a workaround to make it behave like it used to in older JMP versions.&lt;BR /&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 18:10:04 GMT</pubDate>
    <dc:creator>barneyonion</dc:creator>
    <dc:date>2023-06-09T18:10:04Z</dc:date>
    <item>
      <title>Timestamp query for newer JMP revisions</title>
      <link>https://community.jmp.com/t5/Discussions/Timestamp-query-for-newer-JMP-revisions/m-p/458186#M70335</link>
      <description>&lt;P&gt;Hi All, I have noticed that the newer version of JMP are treating the conversion of incorrectly labelled character data (which is actually numeric continuous data) slightly differently vs older software revisions. An example would be as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Column called "TRANSFER_FROM_TIME" with the follow data:&lt;/P&gt;&lt;P&gt;00:05:36.00000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In JMP14 I used to run a script line that converted this back to H:M:S using this line.&lt;/P&gt;&lt;P&gt;Column("TRANSFER_FROM_TIME")&amp;lt;&amp;lt;data type(numeric)&amp;lt;&amp;lt;format("h:m:s", 12) &amp;lt;&amp;lt;modeling type(continuous);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which would convert this into a H:M:S time format like this which worked really well.&lt;/P&gt;&lt;P&gt;00:05:36&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However when I share this script with colleagues using updated version of JMP is appears to reference it as a "clock time" and essentially adds this onto the timestamp 12:00AM. Its almost like 00:00:00 is viewed as being 12:00AM.&amp;nbsp; So in newer version of JMP it just converts&amp;nbsp;00:05:36.00000 to 12:05:36AM.&lt;/P&gt;&lt;P&gt;Is anyone aware of any changes in software revisions that would have caused this to happen or a workaround to make it behave like it used to in older JMP versions.&lt;BR /&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 18:10:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Timestamp-query-for-newer-JMP-revisions/m-p/458186#M70335</guid>
      <dc:creator>barneyonion</dc:creator>
      <dc:date>2023-06-09T18:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp query for newer JMP revisions</title>
      <link>https://community.jmp.com/t5/Discussions/Timestamp-query-for-newer-JMP-revisions/m-p/458225#M70337</link>
      <description>&lt;P&gt;Try using duration format:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1643911050099.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/39700iBB47A89D27338491/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1643911050099.png" alt="jthi_0-1643911050099.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So most likely something like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Column("TRANSFER_FROM_TIME")&amp;lt;&amp;lt;data type(numeric)&amp;lt;&amp;lt;format("hr:m:s", 12) &amp;lt;&amp;lt;modeling type(continuous);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 17:57:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Timestamp-query-for-newer-JMP-revisions/m-p/458225#M70337</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-02-03T17:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp query for newer JMP revisions</title>
      <link>https://community.jmp.com/t5/Discussions/Timestamp-query-for-newer-JMP-revisions/m-p/458860#M70390</link>
      <description>&lt;P&gt;Thanks - this does exactly what I wanted.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 15:16:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Timestamp-query-for-newer-JMP-revisions/m-p/458860#M70390</guid>
      <dc:creator>barneyonion</dc:creator>
      <dc:date>2022-02-07T15:16:22Z</dc:date>
    </item>
  </channel>
</rss>

