<?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: Time Format and Time Zone in QlikView in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Time-Format-and-Time-Zone-in-QlikView/m-p/1782862#M1209707</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29675"&gt;@Frank_Hartmann&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the response.&lt;/P&gt;&lt;P&gt;This is working while the data is in excel.&lt;/P&gt;&lt;P&gt;But I'm loading the same date format from Teradata and doesn't see m to work.&lt;/P&gt;&lt;P&gt;also, -05:00 or -04:00 is the UTC time zone when day light is on/of.&lt;/P&gt;&lt;P&gt;UTC-05:00 or UTC-04:00&lt;/P&gt;&lt;P&gt;I have dates like this (M/DD/YYYY hh:mm:ss.ffffff-05:00)&lt;/P&gt;&lt;P&gt;and I need to display like this(YYYY-MM-DD hh:mm:ss.ffffff-05:00)&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;</description>
    <pubDate>Mon, 15 Feb 2021 21:14:28 GMT</pubDate>
    <dc:creator>manideep78</dc:creator>
    <dc:date>2021-02-15T21:14:28Z</dc:date>
    <item>
      <title>Time Format and Time Zone in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Format-and-Time-Zone-in-QlikView/m-p/1782341#M1209637</link>
      <description>&lt;P&gt;Hi&amp;nbsp; everyone,&lt;/P&gt;&lt;P&gt;I have a date format like this&lt;/P&gt;&lt;P&gt;1/1/2001 05:00:00.000000-05:00&lt;/P&gt;&lt;P&gt;8/1/2018 00:00:00.000000-04:00&lt;/P&gt;&lt;P&gt;and wanted to display in table box like this&lt;/P&gt;&lt;P&gt;2001-01-01 05:00:00.000000-05:00&lt;/P&gt;&lt;P&gt;2018-08-01 00:00:00.000000-04:00&lt;/P&gt;&lt;P&gt;Please suggest&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 20:30:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Format-and-Time-Zone-in-QlikView/m-p/1782341#M1209637</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2021-02-12T20:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Time Format and Time Zone in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Format-and-Time-Zone-in-QlikView/m-p/1782468#M1209665</link>
      <description>&lt;P&gt;see attached qvw!&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SET TimestampFormat='D/M/YYYY hh:mm:ss.ffffff-hh:mm';
tmp:
Load * Inline [
Date
1/1/2001 05:00:00.000000-05:00
8/1/2018 00:00:00.000000-04:00
];

NoConcatenate

Final:
Load *, Date(Date,'YYYY-MM-DD hh:mm:ss.ffffff-hh:mm') as Date_New;
Load * Resident tmp; drop Table tmp;&lt;/LI-CODE&gt;&lt;P&gt;hope this helps&lt;/P&gt;</description>
      <pubDate>Sat, 13 Feb 2021 09:58:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Format-and-Time-Zone-in-QlikView/m-p/1782468#M1209665</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2021-02-13T09:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Time Format and Time Zone in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Format-and-Time-Zone-in-QlikView/m-p/1782862#M1209707</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29675"&gt;@Frank_Hartmann&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the response.&lt;/P&gt;&lt;P&gt;This is working while the data is in excel.&lt;/P&gt;&lt;P&gt;But I'm loading the same date format from Teradata and doesn't see m to work.&lt;/P&gt;&lt;P&gt;also, -05:00 or -04:00 is the UTC time zone when day light is on/of.&lt;/P&gt;&lt;P&gt;UTC-05:00 or UTC-04:00&lt;/P&gt;&lt;P&gt;I have dates like this (M/DD/YYYY hh:mm:ss.ffffff-05:00)&lt;/P&gt;&lt;P&gt;and I need to display like this(YYYY-MM-DD hh:mm:ss.ffffff-05:00)&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2021 21:14:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Format-and-Time-Zone-in-QlikView/m-p/1782862#M1209707</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2021-02-15T21:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Time Format and Time Zone in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Format-and-Time-Zone-in-QlikView/m-p/1782916#M1209713</link>
      <description>&lt;P&gt;What happens if you load your date/table as it is and then using resident load to transform the date/table shown in my example?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SET TimestampFormat='D/M/YYYY hh:mm:ss.ffffff-hh:mm';
Teradata:
Load * from Teradata....
noconcatenate
Final:
Load *, Date(Date,'YYYY-MM-DD hh:mm:ss.ffffff-hh:mm') as Date_New;
Load * Resident Teradata; drop Table Teradata;&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 16 Feb 2021 08:41:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Format-and-Time-Zone-in-QlikView/m-p/1782916#M1209713</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2021-02-16T08:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Time Format and Time Zone in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Time-Format-and-Time-Zone-in-QlikView/m-p/1783083#M1209725</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29675"&gt;@Frank_Hartmann&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please see the attached image for reference. In the highlighted area, it is reflecting the hours and mins again&amp;nbsp;instead of time zone.&lt;/P&gt;&lt;P&gt;it should have been -05:00 or -04:00&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 321px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49146i2973A034E359EDC9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is how dates are coming out of Teradata.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 531px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49147i81C705E9746F2085/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just want to display as is except the date format YYYY-MM-DD instead of M/DD/YYYY&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 15:31:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-Format-and-Time-Zone-in-QlikView/m-p/1783083#M1209725</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2021-02-16T15:31:15Z</dc:date>
    </item>
  </channel>
</rss>

