<?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 Unix Timestamp to Real Date &amp; time in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/14947#M13878</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I extract data from a database and part of this is a "start time" for a process. The main problem with this is that it is in UNIX format so therefore returns a 10 digit number, I know that the formula for converting this to actual date and time is as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( taken from Excel)&lt;/P&gt;&lt;P&gt;=CELL/(60*60*24)+"1/1/1970"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so changing a column in JMP should be straightforward but I can't seem to do it. The (60*60*24) is easy but what format do I have to set the +"1/1/1970" to to make this work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a data table that contains some dates from the past 6ish years as an example. My feeling is that this might have been asked before but I can't see anything that relates to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Oct 2015 11:35:12 GMT</pubDate>
    <dc:creator>d_barnett</dc:creator>
    <dc:date>2015-10-21T11:35:12Z</dc:date>
    <item>
      <title>Unix Timestamp to Real Date &amp; time</title>
      <link>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/14947#M13878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I extract data from a database and part of this is a "start time" for a process. The main problem with this is that it is in UNIX format so therefore returns a 10 digit number, I know that the formula for converting this to actual date and time is as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( taken from Excel)&lt;/P&gt;&lt;P&gt;=CELL/(60*60*24)+"1/1/1970"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so changing a column in JMP should be straightforward but I can't seem to do it. The (60*60*24) is easy but what format do I have to set the +"1/1/1970" to to make this work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a data table that contains some dates from the past 6ish years as an example. My feeling is that this might have been asked before but I can't see anything that relates to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 11:35:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/14947#M13878</guid>
      <dc:creator>d_barnett</dc:creator>
      <dc:date>2015-10-21T11:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Timestamp to Real Date &amp; time</title>
      <link>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/14948#M13879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try 1jan1970 without any quotation marks.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;format( 1jan1970+1445432452, "mdy" )&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"10/21/2015"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(That's today, for future reference.&amp;nbsp; I got &lt;A href="http://www.epochconverter.com/" title="http://www.epochconverter.com/"&gt;Epoch Converter - Unix Timestamp Converter&lt;/A&gt; to give me the Unix time for today: &lt;SPAN style="font-size: 13.3333px;"&gt;1445432452 )&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;adding 1jan1970 works because the Unix time for 1jan1970 is zero.&amp;nbsp; And because JMP and Unix are both counting in seconds.&lt;BR /&gt;&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;Be careful, I've seen some discussion about when the Unix epoch really began: &lt;A href="https://en.wikipedia.org/wiki/Unix_time" title="https://en.wikipedia.org/wiki/Unix_time"&gt;Unix time - Wikipedia, the free encyclopedia&lt;/A&gt; says&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_macro_quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.5em 0; color: #252525; font-family: sans-serif; font-size: 14px;"&gt;The first edition Unix Programmer's Manual dated 3 November 1971 defines the Unix time as "the time since 00:00:00, 1 January 1971, measured in sixtieths of a second".&lt;SUP class="reference" style="font-size: 11.2px;"&gt;&lt;A href="https://en.wikipedia.org/wiki/Unix_time#cite_note-13" style="color: #0b0080; background: none;"&gt;[5]&lt;/A&gt;&lt;/SUP&gt;&lt;/P&gt;&lt;P style="margin: 0.5em 0; color: #252525; font-family: sans-serif; font-size: 14px;"&gt;The User Manual also commented that "the chronologically-minded user will note that 2&lt;SUP style="font-size: 11.2px;"&gt;32&lt;/SUP&gt; sixtieths of a second is only about 2.5 years". Because of this limited range, the epoch was redefined more than once,&lt;SUP class="Template-Fact Inline-Template noprint" style="font-size: 11.2px;"&gt;[&lt;EM&gt;&lt;A href="https://en.wikipedia.org/wiki/Wikipedia:Citation_needed" style="color: #0b0080; background: none;" title="Wikipedia:Citation needed"&gt;&lt;SPAN title="This claim needs references to reliable sources. (May 2012)"&gt;citation needed&lt;/SPAN&gt;&lt;/A&gt;&lt;/EM&gt;]&lt;/SUP&gt; before the rate was changed to 1 Hz and the epoch was set to its present value of 1 January 1970 00:00:00 UTC. This yielded a range of about 136 years, though with more than half the range in the past (see discussion of signedness above).&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 13:08:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/14948#M13879</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2015-10-21T13:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Timestamp to Real Date &amp; time</title>
      <link>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/14949#M13880</link>
      <description>&lt;P&gt;The UNIX date is the number of seconds since midnight, January 1, 1970.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;JMP stores dates as the number of seconds since midnight, January 1, 1904.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, we just need to add the JMP date value for January 1, 1970 to the Unix date value. You can use the Date DMY() function to do this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="10238_JMPScreenSnapz001.png" style="width: 506px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/2336i66743E1D72B7066F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="10238_JMPScreenSnapz001.png" alt="10238_JMPScreenSnapz001.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Jeff&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 14:57:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/14949#M13880</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2022-06-21T14:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Timestamp to Real Date &amp; time</title>
      <link>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/14950#M13881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just an add to Jeff's post.&amp;nbsp; When I used his formula I got back the number of seconds.&amp;nbsp; I added the MDYHMS format to the formula to get date and time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="10241_pastedImage_0.png" style="width: 494px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/2337i947F3A7AC044CD02/image-size/medium?v=v2&amp;amp;px=400" role="button" title="10241_pastedImage_0.png" alt="10241_pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 00:59:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/14950#M13881</guid>
      <dc:creator>Bill_Worley</dc:creator>
      <dc:date>2016-10-19T00:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Timestamp to Real Date &amp; time</title>
      <link>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/14951#M13882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another add - talked with Jeff offline and he made a very good point.&amp;nbsp; Don't use the character string "MDYHMS" if you want to do some math with your time stamps.&amp;nbsp;&amp;nbsp; Use Column Info to format your new times as continuous data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="10242_pastedImage_0.png" style="width: 695px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/2338i42B8DDC8E6E4018F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="10242_pastedImage_0.png" alt="10242_pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 01:00:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/14951#M13882</guid>
      <dc:creator>Bill_Worley</dc:creator>
      <dc:date>2016-10-19T01:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Timestamp to Real Date &amp; time</title>
      <link>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/14952#M13883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had noticed January 4, 1904 popping out a number of times and I thought that it was some formatting or calculation error that I had made, this only added to my confusion why I couldn't get this date conversion to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 07:03:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/14952#M13883</guid>
      <dc:creator>d_barnett</dc:creator>
      <dc:date>2015-10-22T07:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Timestamp to Real Date &amp; time</title>
      <link>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/14953#M13884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeff/ Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed that it was in seconds as well but I used the formatting available to turn it into 'proper' time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 07:32:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/14953#M13884</guid>
      <dc:creator>d_barnett</dc:creator>
      <dc:date>2015-10-22T07:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Timestamp to Real Date &amp; time</title>
      <link>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/357899#M60803</link>
      <description>&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know this post is from forever ago, but I am trying to do the same thing and failing. I have the formula and all that input into the new column, but I cannot find the option to select m/d/y h:m:s for the date convention. I am only given the options to select the many variants of m/d/y. Is there something that I am missing to get the time included in the date output? Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dpeyer_0-1612981121924.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/30160i4C3C885C76286C71/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dpeyer_0-1612981121924.png" alt="dpeyer_0-1612981121924.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dpeyer_1-1612981139375.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/30161i4EAED1F714AAC39F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dpeyer_1-1612981139375.png" alt="dpeyer_1-1612981139375.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/4767"&gt;@Bill_Worley&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Another add - talked with Jeff offline and he made a very good point.&amp;nbsp; Don't use the character string "MDYHMS" if you want to do some math with your time stamps.&amp;nbsp;&amp;nbsp; Use Column Info to format your new times as continuous data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="10242_pastedImage_0.png" style="width: 695px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/2338i42B8DDC8E6E4018F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="10242_pastedImage_0.png" alt="10242_pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 18:19:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/357899#M60803</guid>
      <dc:creator>dpeyer</dc:creator>
      <dc:date>2021-02-10T18:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Timestamp to Real Date &amp; time</title>
      <link>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/357900#M60804</link>
      <description>You have clicked on "Date" for the selection of the format to choose from.  Select "Time" and it will give you all of the Date/Time formats</description>
      <pubDate>Wed, 10 Feb 2021 18:23:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/357900#M60804</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-02-10T18:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Timestamp to Real Date &amp; time</title>
      <link>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/359391#M60957</link>
      <description>&lt;P&gt;Yup....knew I was missing something lol. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 23:09:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/359391#M60957</guid>
      <dc:creator>dpeyer</dc:creator>
      <dc:date>2021-02-16T23:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Timestamp to Real Date &amp; time</title>
      <link>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/501812#M73558</link>
      <description>&lt;P&gt;My question is just the opposite, how do I convert real time to Unix timestamps?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 17:19:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/501812#M73558</guid>
      <dc:creator>NIE-MJ</dc:creator>
      <dc:date>2022-06-07T17:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Timestamp to Real Date &amp; time</title>
      <link>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/501933#M73560</link>
      <description>&lt;P&gt;I think it should be enough if you remove unix zero time from JMP's datetime as both are in seconds. Hopefully you don't have to touch time zones (&lt;A href="https://www.youtube.com/watch?v=-5wpm-gesOY" target="_self"&gt;The Problem with Time &amp;amp; Timezones - Computerphile (youtube.com)&lt;/A&gt;)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

unix_zero = Date MDY(1,1,1970);
date_now = Today();
unix_time = date_now - unix_zero; 
// In Hours() might be helpful if you need timezone conversion

// just to verify that time is correct I'm using Unix Timestamp converter REST API from https://unixtime.co.za/ 
aa = Associative Array();
aa["timestamp"] = unix_time;
request = New HTTP Request(
	URL("https://showcase.api.linx.twenty57.net/UnixTime/fromunix"),
	Method("GET"),
	Query String(aa)
);
data = request &amp;lt;&amp;lt; send;
Show(As Date(date_now));
show(data);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 18:15:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/501933#M73560</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-06-07T18:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Timestamp to Real Date &amp; time</title>
      <link>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/598301#M80206</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 05:31:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/598301#M80206</guid>
      <dc:creator>UersK</dc:creator>
      <dc:date>2023-02-08T05:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Timestamp to Real Date &amp; time</title>
      <link>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/656551#M84561</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;... Hopefully you don't have to touch time zones&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and if I have to - can Jmp help?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 17:12:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/656551#M84561</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-07-07T17:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Timestamp to Real Date &amp; time</title>
      <link>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/656554#M84562</link>
      <description>&lt;P&gt;There's nothing built-in but usually it's just a matter of adding/subtracting hours (in seconds) from a time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What help do you need?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 17:20:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/656554#M84562</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2023-07-07T17:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Unix Timestamp to Real Date &amp; time</title>
      <link>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/656559#M84563</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/6878"&gt;@Jeff_Perkinson&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;something like&lt;LI-MESSAGE title="Time Zone Conversion" uid="484479" url="https://community.jmp.com/t5/JMP-Wish-List/Time-Zone-Conversion/m-p/484479#U484479" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;.&lt;BR /&gt;&lt;BR /&gt;The video in&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp;'s post shows higher orders of he issue, but even for a "simple" conversion from UTC to German summer/winter time a JSL function could save a lot of time.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jul 2023 11:50:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Unix-Timestamp-to-Real-Date-time/m-p/656559#M84563</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2023-07-09T11:50:43Z</dc:date>
    </item>
  </channel>
</rss>

