<?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: Time zone conversion in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Time-zone-conversion/m-p/331597#M58042</link>
    <description>&lt;P&gt;There is not a built in function for this.&amp;nbsp; You will need to compensate for day light saving by checking on the date of the measurement in your JSL&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Nov 2020 11:39:00 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2020-11-10T11:39:00Z</dc:date>
    <item>
      <title>Time zone conversion</title>
      <link>https://community.jmp.com/t5/Discussions/Time-zone-conversion/m-p/331514#M58032</link>
      <description>&lt;P&gt;I have data in the UTC time format. Can someone tell me how to convert this data to my local time (Pacific Standard Time)? Thanks,&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:22:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Time-zone-conversion/m-p/331514#M58032</guid>
      <dc:creator>Sri</dc:creator>
      <dc:date>2023-06-10T23:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Time zone conversion</title>
      <link>https://community.jmp.com/t5/Discussions/Time-zone-conversion/m-p/331556#M58033</link>
      <description>&lt;P&gt;If your UTC time is 7:00 am so Pacific Standard Time will be 8 hours earlier....&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
UTCtime = informat("07:00:00", "h:m:s");
Pacific time = UTCtime - in hours(8);
show(UTCtime, format(Pacific time,"h:m:s"));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Nov 2020 07:34:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Time-zone-conversion/m-p/331556#M58033</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-11-10T07:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Time zone conversion</title>
      <link>https://community.jmp.com/t5/Discussions/Time-zone-conversion/m-p/331561#M58034</link>
      <description>&lt;P&gt;Thanks for your response. A quick follow-up? Is there a solution that can accommodate time change (i.e., to daylight saving and back)?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2020 07:54:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Time-zone-conversion/m-p/331561#M58034</guid>
      <dc:creator>Sri</dc:creator>
      <dc:date>2020-11-10T07:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Time zone conversion</title>
      <link>https://community.jmp.com/t5/Discussions/Time-zone-conversion/m-p/331597#M58042</link>
      <description>&lt;P&gt;There is not a built in function for this.&amp;nbsp; You will need to compensate for day light saving by checking on the date of the measurement in your JSL&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2020 11:39:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Time-zone-conversion/m-p/331597#M58042</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-11-10T11:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Time zone conversion</title>
      <link>https://community.jmp.com/t5/Discussions/Time-zone-conversion/m-p/331741#M58052</link>
      <description>&lt;P&gt;Good point. Historical measurements, converted to local time... Does not matter if you are currently in daylight or standard time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You might want to consider converting your local time to UTC instead, depending on your audience.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2020 14:39:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Time-zone-conversion/m-p/331741#M58052</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2020-11-10T14:39:27Z</dc:date>
    </item>
  </channel>
</rss>

