<?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 Timestamp from PST to EDT in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Converting-Timestamp-from-PST-to-EDT/m-p/1703544#M451340</link>
    <description>&lt;P&gt;I've tried a plethora of different scenarios here and my problem revolves around DST, currently my formula works for non-DST but DST is one hour off (long).&lt;/P&gt;&lt;P&gt;Timestamp(ConvertToLocalTime(ConvertToLocalTime(Date,'GMT+08:00'),'GMT-04:00'),'M/D/YY hh:mm TT')&lt;/P&gt;&lt;P&gt;I have tried ignoring DST on both sides but whenever I try that, my output is the same, here is my syntax on that piece:&lt;/P&gt;&lt;P&gt;ConvertToLocalTime(Date,'GMT+08:00',True())&lt;/P&gt;</description>
    <pubDate>Tue, 19 May 2020 17:55:35 GMT</pubDate>
    <dc:creator>ryan32887</dc:creator>
    <dc:date>2020-05-19T17:55:35Z</dc:date>
    <item>
      <title>Converting Timestamp from PST to EDT</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-Timestamp-from-PST-to-EDT/m-p/1703544#M451340</link>
      <description>&lt;P&gt;I've tried a plethora of different scenarios here and my problem revolves around DST, currently my formula works for non-DST but DST is one hour off (long).&lt;/P&gt;&lt;P&gt;Timestamp(ConvertToLocalTime(ConvertToLocalTime(Date,'GMT+08:00'),'GMT-04:00'),'M/D/YY hh:mm TT')&lt;/P&gt;&lt;P&gt;I have tried ignoring DST on both sides but whenever I try that, my output is the same, here is my syntax on that piece:&lt;/P&gt;&lt;P&gt;ConvertToLocalTime(Date,'GMT+08:00',True())&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 17:55:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-Timestamp-from-PST-to-EDT/m-p/1703544#M451340</guid>
      <dc:creator>ryan32887</dc:creator>
      <dc:date>2020-05-19T17:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Timestamp from PST to EDT</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-Timestamp-from-PST-to-EDT/m-p/1703548#M451341</link>
      <description>&lt;P&gt;Lifted directly from the Qlik Help site:&lt;/P&gt;&lt;P&gt;When processing a timestamp with a date or time function, &lt;SPAN class="CommonComponentsQlikView"&gt;QlikView&lt;/SPAN&gt; ignores any daylight savings time parameters unless the date or time function includes a geographical position.&lt;/P&gt;&lt;P&gt;For example, &lt;SPAN class="Code"&gt;ConvertToLocalTime( filetime('Time.qvd'), 'Paris')&lt;/SPAN&gt; would use daylight savings time parameters while &lt;SPAN class="Code"&gt;ConvertToLocalTime(filetime('Time.qvd'), 'GMT-01:00')&lt;/SPAN&gt; would not use daylight savings time parameters.&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 18:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-Timestamp-from-PST-to-EDT/m-p/1703548#M451341</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2020-05-19T18:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Timestamp from PST to EDT</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-Timestamp-from-PST-to-EDT/m-p/1703549#M451342</link>
      <description>&lt;P&gt;I've tried the below, this gives me non-DST is one hour short and DST in one hour long.&lt;/P&gt;&lt;P&gt;Converting PST to GMT, then converting GMT to EDT.&lt;/P&gt;&lt;P&gt;Timestamp(ConvertToLocalTime(ConvertToLocalTime([Reply Date],'GMT+08:00'),'Eastern Time (US &amp;amp; Canada)'),'M/D/YY hh:mm TT')&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 18:10:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-Timestamp-from-PST-to-EDT/m-p/1703549#M451342</guid>
      <dc:creator>ryan32887</dc:creator>
      <dc:date>2020-05-19T18:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Timestamp from PST to EDT</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-Timestamp-from-PST-to-EDT/m-p/1703563#M451345</link>
      <description>&lt;P&gt;I used your formula and it appears to work correctly:&lt;/P&gt;&lt;P&gt;=ConvertToLocalTime(ConvertToLocalTime('2020-06-06 00:00:00','GMT+08:00'),'New York') returns 4am which is correct&lt;/P&gt;&lt;P&gt;=ConvertToLocalTime(ConvertToLocalTime('2020-01-01 00:00:00','GMT+08:00'),'New York') returns 3am which is correct&lt;/P&gt;&lt;P&gt;I'm not sure why you're comparing PST to DST in the first place, but I'm sure you have your reasons - that said, you seem to have the right formula in place so I'm not sure what the issue is.&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 18:28:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-Timestamp-from-PST-to-EDT/m-p/1703563#M451345</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2020-05-19T18:28:01Z</dc:date>
    </item>
  </channel>
</rss>

