<?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: Converting GMT to UTC-4 TimeStamp in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Converting-GMT-to-UTC-4-TimeStamp/m-p/1113752#M909013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Give a try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. To get UTC-4 use this Expression: Timestamp(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;submitted date&lt;/SPAN&gt;-Time#(4,'hh'))&lt;/P&gt;&lt;P&gt;2. To get Month after conversion: Month(&lt;SPAN style="font-size: 13.3333px;"&gt;Timestamp(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;submitted date&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;-Time#(4,'hh')))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jun 2016 19:08:43 GMT</pubDate>
    <dc:creator>iahamedabdullah</dc:creator>
    <dc:date>2016-06-14T19:08:43Z</dc:date>
    <item>
      <title>Converting GMT to UTC-4 TimeStamp</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-GMT-to-UTC-4-TimeStamp/m-p/1113751#M909011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I convert the TimeStamp from GMT to UTC-4?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I have the data field call "submitted date" which is GMT time. How can I convert it to local time UTC-4?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, if I want to get the month after converted the time. What will be the full command line looks like?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Becky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-GMT-to-UTC-4-TimeStamp/m-p/1113751#M909011</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Converting GMT to UTC-4 TimeStamp</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-GMT-to-UTC-4-TimeStamp/m-p/1113752#M909013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Give a try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. To get UTC-4 use this Expression: Timestamp(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;submitted date&lt;/SPAN&gt;-Time#(4,'hh'))&lt;/P&gt;&lt;P&gt;2. To get Month after conversion: Month(&lt;SPAN style="font-size: 13.3333px;"&gt;Timestamp(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;submitted date&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;-Time#(4,'hh')))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 19:08:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-GMT-to-UTC-4-TimeStamp/m-p/1113752#M909013</guid>
      <dc:creator>iahamedabdullah</dc:creator>
      <dc:date>2016-06-14T19:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Converting GMT to UTC-4 TimeStamp</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-GMT-to-UTC-4-TimeStamp/m-p/1113753#M909014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=ConvertToLocalTime(&amp;lt;YourTimeField&amp;gt;, 'GMT-04:00')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 19:20:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-GMT-to-UTC-4-TimeStamp/m-p/1113753#M909014</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2016-06-14T19:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Converting GMT to UTC-4 TimeStamp</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-GMT-to-UTC-4-TimeStamp/m-p/1113754#M909015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ralf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is your way suppose to use in script when load date, or use in expression? &lt;BR /&gt;I used the way in Expression. It shows error. Where should I&amp;nbsp; change?&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/127889_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 20:20:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-GMT-to-UTC-4-TimeStamp/m-p/1113754#M909015</guid>
      <dc:creator />
      <dc:date>2016-06-14T20:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Converting GMT to UTC-4 TimeStamp</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-GMT-to-UTC-4-TimeStamp/m-p/1113755#M909016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! It works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more question, I can use this in expression right? Or I can use this both in script and expression? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 20:26:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-GMT-to-UTC-4-TimeStamp/m-p/1113755#M909016</guid>
      <dc:creator />
      <dc:date>2016-06-14T20:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Converting GMT to UTC-4 TimeStamp</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-GMT-to-UTC-4-TimeStamp/m-p/1113756#M909017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌Just use your fieldname. &amp;lt;&amp;nbsp; &amp;gt; was a placeholder..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Btw, this is the only function taking care of daylight saving in target time zone. So, first example subtracting 4 hrs might not work in all situations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 20:36:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-GMT-to-UTC-4-TimeStamp/m-p/1113756#M909017</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2016-06-14T20:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Converting GMT to UTC-4 TimeStamp</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-GMT-to-UTC-4-TimeStamp/m-p/1113757#M909018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ralf.&lt;/P&gt;&lt;P&gt;Is there a way that we can do with the daylight saving? Or we have to manually change the expression? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:21:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-GMT-to-UTC-4-TimeStamp/m-p/1113757#M909018</guid>
      <dc:creator />
      <dc:date>2016-06-15T19:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Converting GMT to UTC-4 TimeStamp</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-GMT-to-UTC-4-TimeStamp/m-p/1113758#M909019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ConvertToLocalTime() does it automatically..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 13:36:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-GMT-to-UTC-4-TimeStamp/m-p/1113758#M909019</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2016-06-16T13:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Converting GMT to UTC-4 TimeStamp</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-GMT-to-UTC-4-TimeStamp/m-p/1113759#M909021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, thanks. I think I got confused from your previous comments. I thought the ConverToLocalTime() won't work for day light saving...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for those country they don't have daylight saving, shall I use "Timestamp(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date &lt;/SPAN&gt;- Time#(4,'hh'))"? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 18:42:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-GMT-to-UTC-4-TimeStamp/m-p/1113759#M909021</guid>
      <dc:creator />
      <dc:date>2016-06-17T18:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Converting GMT to UTC-4 TimeStamp</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-GMT-to-UTC-4-TimeStamp/m-p/1113760#M909022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should work also for places having no daylight savings but I'm not sure if the parameter is not a place but a GMT value. I think it would be probably better to use places (see help).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2016 11:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-GMT-to-UTC-4-TimeStamp/m-p/1113760#M909022</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2016-06-18T11:36:30Z</dc:date>
    </item>
  </channel>
</rss>

