<?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: Convert time from EST to GMT &amp; EST to Philippine Time Zone in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Convert-time-from-EST-to-GMT-EST-to-Philippine-Time-Zone/m-p/1744494#M453165</link>
    <description>&lt;P&gt;How&amp;nbsp; to handle&amp;nbsp; daylight saving when value&amp;nbsp; is&amp;nbsp; hard&amp;nbsp; coded&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Sep 2020 22:06:45 GMT</pubDate>
    <dc:creator>chetanpatel</dc:creator>
    <dc:date>2020-09-16T22:06:45Z</dc:date>
    <item>
      <title>Convert time from EST to GMT &amp; EST to Philippine Time Zone</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-time-from-EST-to-GMT-EST-to-Philippine-Time-Zone/m-p/936529#M323269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to convert the DateTime 02/07/2015 04:59:32 (Field Name as LoginTime) which is in EST to be converted to GMT as well as I need to convert to Philippine Time zone based on a condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In database I have columns &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;LoginTime&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;TimeZone&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;02/07/2015 04:59:32&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;02/07/2015 07:50:01&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Time Zone 1 = EST Time Zone&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2 = GMT (London)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;3 = Philippine Time Zone&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;But LoginTime time is always in EST based on timezone I have to convert it to localtime based on timezone condition&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 07:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-time-from-EST-to-GMT-EST-to-Philippine-Time-Zone/m-p/936529#M323269</guid>
      <dc:creator>makrishnaraj</dc:creator>
      <dc:date>2015-11-19T07:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Convert time from EST to GMT &amp; EST to Philippine Time Zone</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-time-from-EST-to-GMT-EST-to-Philippine-Time-Zone/m-p/936530#M323270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try it with the function converttolocaltime() but if you have only a few timezone offsets then you could simply add the hour-offset to your LoginTime, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LoginTime + (1/24 * pick(match(TimeZone, 2, 3), &lt;STRONG&gt;5, -7&lt;/STRONG&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The bolded offset-hours are only dummy-values for this example, you have to look for the correct ones maybe here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.worldtimebuddy.com/est-to-gmt-converter" title="http://www.worldtimebuddy.com/est-to-gmt-converter"&gt;http://www.worldtimebuddy.com/est-to-gmt-converter&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 12:08:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-time-from-EST-to-GMT-EST-to-Philippine-Time-Zone/m-p/936530#M323270</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-11-19T12:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Convert time from EST to GMT &amp; EST to Philippine Time Zone</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-time-from-EST-to-GMT-EST-to-Philippine-Time-Zone/m-p/1744494#M453165</link>
      <description>&lt;P&gt;How&amp;nbsp; to handle&amp;nbsp; daylight saving when value&amp;nbsp; is&amp;nbsp; hard&amp;nbsp; coded&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 22:06:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-time-from-EST-to-GMT-EST-to-Philippine-Time-Zone/m-p/1744494#M453165</guid>
      <dc:creator>chetanpatel</dc:creator>
      <dc:date>2020-09-16T22:06:45Z</dc:date>
    </item>
  </channel>
</rss>

