<?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: Get Date and Time based on User Login Zone in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-Date-and-Time-based-on-User-Login-Zone/m-p/864159#M302457</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shiva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please share the document, I am missing in my samples and the steps to find them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much for your help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 May 2015 16:45:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-05-14T16:45:12Z</dc:date>
    <item>
      <title>Get Date and Time based on User Login Zone</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Date-and-Time-based-on-User-Login-Zone/m-p/864155#M302453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to get date and time dynamically based on user login time&amp;nbsp; zone. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: CST or EST then the corresponding values need to be displayed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 16:28:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Date-and-Time-based-on-User-Login-Zone/m-p/864155#M302453</guid>
      <dc:creator />
      <dc:date>2015-05-14T16:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Get Date and Time based on User Login Zone</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Date-and-Time-based-on-User-Login-Zone/m-p/864156#M302454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor477"&gt;&lt;/A&gt;&lt;A name="LocalTime"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN style="color: #ffffff; background-color: #0a246a;"&gt;LocalTime&lt;/SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;[timezone [, ignoreDST ]]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns a &lt;SPAN class="Italic"&gt;timestamp&lt;/SPAN&gt; of the current time from the system clock for a specified time zone. The &lt;SPAN class="Italic"&gt;timezone&lt;/SPAN&gt; is specified as a string containing any of the geographical places listed under &lt;SPAN class="Bold"&gt;Time Zone&lt;/SPAN&gt; in the &lt;SPAN class="Bold"&gt;Windows Control Panel&lt;/SPAN&gt; for &lt;SPAN class="Bold"&gt;Date and Time&lt;/SPAN&gt; or as a string in the form 'GMT+hh:mm' or 'UTC+hh:mm'. If no timezone is specified the local time will be returned. If &lt;SPAN class="Italic"&gt;ignoreDST&lt;/SPAN&gt; is -1 (true) daylight savings time will be ignored. &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P class="Code"&gt;&lt;CODE&gt;&lt;SPAN style="color: #ffffff; background-color: #0a246a;"&gt;localtime&lt;/SPAN&gt; ('Paris')&lt;/CODE&gt; &lt;/P&gt;&lt;P class="Code"&gt;&lt;CODE&gt;&lt;SPAN style="color: #ffffff; background-color: #0a246a;"&gt;localtime&lt;/SPAN&gt; ('GMT+01:00')&lt;/CODE&gt; &lt;/P&gt;&lt;P class="Code"&gt;&lt;CODE&gt;&lt;SPAN style="color: #ffffff; background-color: #0a246a;"&gt;localtime&lt;/SPAN&gt; ('Paris',-1)&lt;/CODE&gt; &lt;/P&gt;&lt;P class="Code"&gt;&lt;CODE&gt;&lt;SPAN style="color: #ffffff; background-color: #0a246a;"&gt;localtime&lt;/SPAN&gt;()&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 16:31:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Date-and-Time-based-on-User-Login-Zone/m-p/864156#M302454</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-05-14T16:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Get Date and Time based on User Login Zone</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Date-and-Time-based-on-User-Login-Zone/m-p/864157#M302455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clever,&lt;/P&gt;&lt;P&gt;Thanks so much for the response. Will the localtime return the timestamp from QlikView Server or the user logged in system time? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to detect dynamically the timezone when user logs in. For example: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A user logs in from Chicago, another user logs in from Newyork. How do we detect this dynamically based on user logins? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 16:36:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Date-and-Time-based-on-User-Login-Zone/m-p/864157#M302455</guid>
      <dc:creator />
      <dc:date>2015-05-14T16:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Get Date and Time based on User Login Zone</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Date-and-Time-based-on-User-Login-Zone/m-p/864158#M302456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be, u can go with governance dashboard,tht helps here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 16:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Date-and-Time-based-on-User-Login-Zone/m-p/864158#M302456</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-05-14T16:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Get Date and Time based on User Login Zone</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Date-and-Time-based-on-User-Login-Zone/m-p/864159#M302457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shiva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please share the document, I am missing in my samples and the steps to find them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much for your help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 16:45:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Date-and-Time-based-on-User-Login-Zone/m-p/864159#M302457</guid>
      <dc:creator />
      <dc:date>2015-05-14T16:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Get Date and Time based on User Login Zone</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Date-and-Time-based-on-User-Login-Zone/m-p/864160#M302458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had a similar problem, except I was trying to get date format:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/30488"&gt;User-specific date format&lt;/A&gt;&lt;/P&gt;&lt;P&gt;n your case it will be local time zone.&amp;nbsp; I assume you can use a similar approach.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 16:52:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Date-and-Time-based-on-User-Login-Zone/m-p/864160#M302458</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-14T16:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Get Date and Time based on User Login Zone</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Date-and-Time-based-on-User-Login-Zone/m-p/864161#M302459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can login to qlikview partner portal(not community) and download the same. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 08:48:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Date-and-Time-based-on-User-Login-Zone/m-p/864161#M302459</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-05-15T08:48:33Z</dc:date>
    </item>
  </channel>
</rss>

