<?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 Qlik Sense-convert server reloadtime to Local time in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-convert-server-reloadtime-to-Local-time/m-p/75491#M5010</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;Hi all,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;We are using the script below to get the the local ReloadTime(EDT) :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;ConvertToLocalTime(UTC(ReloadTime()),'Eastern Time (US &amp;amp; Canada)')&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 16px;"&gt;UTC(ReloadTime() returns current UTC time but does not conversion of the reloadtime to UTC. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any insights on how this can done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;Sujeet Shirude&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Mar 2018 18:37:28 GMT</pubDate>
    <dc:creator>sujeet_shirude</dc:creator>
    <dc:date>2018-03-22T18:37:28Z</dc:date>
    <item>
      <title>Qlik Sense-convert server reloadtime to Local time</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-convert-server-reloadtime-to-Local-time/m-p/75491#M5010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;Hi all,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;We are using the script below to get the the local ReloadTime(EDT) :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;ConvertToLocalTime(UTC(ReloadTime()),'Eastern Time (US &amp;amp; Canada)')&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 16px;"&gt;UTC(ReloadTime() returns current UTC time but does not conversion of the reloadtime to UTC. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any insights on how this can done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 12pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: calibri, verdana, arial, sans-serif;"&gt;Sujeet Shirude&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 18:37:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-convert-server-reloadtime-to-Local-time/m-p/75491#M5010</guid>
      <dc:creator>sujeet_shirude</dc:creator>
      <dc:date>2018-03-22T18:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense-convert server reloadtime to Local time</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-convert-server-reloadtime-to-Local-time/m-p/75492#M5011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The function UTC() does not accept &lt;SPAN style="font-size: 10pt;"&gt;any parameters and &lt;/SPAN&gt;simply&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;returns the current UTC timestamp.&amp;nbsp; It must just be ignoring the parameter, although it would be better if it failed.&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;ReloadTime() returns the server time which on all our servers is UTC so for us the below would work :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ConvertToLocalTime(reloadtime(),'Eastern Time (US &amp;amp; Canada)')&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;What timezone do your servers run on ?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 19:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-convert-server-reloadtime-to-Local-time/m-p/75492#M5011</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-22T19:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense-convert server reloadtime to Local time</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-convert-server-reloadtime-to-Local-time/m-p/75493#M5012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bill ! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see, okay. I agree, it would be helpful if it gives a syntax error/Failed message. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its in Mountain Standard time(MST) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 19:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-convert-server-reloadtime-to-Local-time/m-p/75493#M5012</guid>
      <dc:creator>sujeet_shirude</dc:creator>
      <dc:date>2018-03-22T19:10:24Z</dc:date>
    </item>
  </channel>
</rss>

