<?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 Converting Time stamp in Qlik Dashboard based on user local time in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Converting-Time-stamp-in-Qlik-Dashboard-based-on-user-local-time/m-p/1796896#M64421</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to Convert my DB Time Stamp (Which is in 'UTC') to User local system time.&lt;/P&gt;&lt;P&gt;I used the function to convert and it is working fine in local copy but not in Qlik server. Qlik server timing is in 'ETC' and it is always converting&amp;nbsp; UTC to ETC but not based on the user local time.&lt;/P&gt;&lt;P&gt;=' USER SYSTEM TIME '&amp;amp;chr(10)&amp;amp;ConvertToLocalTime(Date(Max({1}DBdate),'MM/DD/YYYY hh:mm:ss TT'))&lt;/P&gt;&lt;P&gt;My DB date data Format : 3/10/2021 8:47:11 AM&lt;/P&gt;&lt;P&gt;Could someone help here would be appreciated...............&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Apr 2021 13:42:26 GMT</pubDate>
    <dc:creator>Leela</dc:creator>
    <dc:date>2021-04-05T13:42:26Z</dc:date>
    <item>
      <title>Converting Time stamp in Qlik Dashboard based on user local time</title>
      <link>https://community.qlik.com/t5/App-Development/Converting-Time-stamp-in-Qlik-Dashboard-based-on-user-local-time/m-p/1796896#M64421</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to Convert my DB Time Stamp (Which is in 'UTC') to User local system time.&lt;/P&gt;&lt;P&gt;I used the function to convert and it is working fine in local copy but not in Qlik server. Qlik server timing is in 'ETC' and it is always converting&amp;nbsp; UTC to ETC but not based on the user local time.&lt;/P&gt;&lt;P&gt;=' USER SYSTEM TIME '&amp;amp;chr(10)&amp;amp;ConvertToLocalTime(Date(Max({1}DBdate),'MM/DD/YYYY hh:mm:ss TT'))&lt;/P&gt;&lt;P&gt;My DB date data Format : 3/10/2021 8:47:11 AM&lt;/P&gt;&lt;P&gt;Could someone help here would be appreciated...............&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 13:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Converting-Time-stamp-in-Qlik-Dashboard-based-on-user-local-time/m-p/1796896#M64421</guid>
      <dc:creator>Leela</dc:creator>
      <dc:date>2021-04-05T13:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Time stamp in Qlik Dashboard based on user local time</title>
      <link>https://community.qlik.com/t5/App-Development/Converting-Time-stamp-in-Qlik-Dashboard-based-on-user-local-time/m-p/1796901#M64423</link>
      <description>&lt;P&gt;What result are you getting for something simple such as ConvertToLocalTime(Now())? Do you get a correct value when you select a single DBdate and just use ConvertToLocalTime(DBdate)? Do you get the correct value when just using LocalTime()?&lt;/P&gt;&lt;P&gt;Note that the date() part of your formula appears to be unnecessary - if DBdate is a valid date, the format won't matter when you input it into ConvertToLocalTime(), so you can just use ConvertToLocalTime(Max({1}DBdate)). You can then format that with an exterior date() if you need to, but the interior date() shouldn't be necessary here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 13:51:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Converting-Time-stamp-in-Qlik-Dashboard-based-on-user-local-time/m-p/1796901#M64423</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-04-05T13:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Time stamp in Qlik Dashboard based on user local time</title>
      <link>https://community.qlik.com/t5/App-Development/Converting-Time-stamp-in-Qlik-Dashboard-based-on-user-local-time/m-p/1797251#M64454</link>
      <description>&lt;P&gt;Thanks for the reply!&lt;/P&gt;&lt;P&gt;Yes, Iam getting my local time correctly.&lt;/P&gt;&lt;P&gt;Issue was when I deploy it in the Qlik server and open it through URL I am getting my DB date converting to&amp;nbsp; EST timing only but not my local time. I removed the date part also and tried still the same.&lt;/P&gt;&lt;P&gt;How can I convert the DB date into my local time?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Leela_0-1617720803862.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/52444i89DFBBA7F9F56B6D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Leela_0-1617720803862.png" alt="Leela_0-1617720803862.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="Leela_1-1617720857222.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/52445i6564694623E7B60F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Leela_1-1617720857222.png" alt="Leela_1-1617720857222.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 14:56:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Converting-Time-stamp-in-Qlik-Dashboard-based-on-user-local-time/m-p/1797251#M64454</guid>
      <dc:creator>Leela</dc:creator>
      <dc:date>2021-04-06T14:56:38Z</dc:date>
    </item>
  </channel>
</rss>

