<?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: How to fetch date,time,hour,sec From Timestamp? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-fetch-date-time-hour-sec-From-Timestamp/m-p/1308503#M830785</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That -0400 is the relative time to UTC, so it says that this time is 4 hour hour less (-0400=-04:00 in format 'hhmm') that the UTC time, as Antonio said, look for ISO 8601&amp;nbsp; for better explanation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that the one that adds 4 hours it's usually better for analysis, that's the real local time where it happens.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 Jun 2017 20:42:11 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2017-06-17T20:42:11Z</dc:date>
    <item>
      <title>How to fetch date,time,hour,sec From Timestamp?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-date-time-hour-sec-From-Timestamp/m-p/1308496#M830778</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 have differents log files contains timestampas field.in that field I am getting below value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="167184" alt="timestamp.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/167184_timestamp.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am trying to fetch values date,time,hour,min,sec&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also&amp;nbsp; I have chagned my mai script as below;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='₹ #,##0.00;₹ -#,##0.00';&lt;/P&gt;&lt;P&gt;SET TimeFormat='hh:mm:ss';&lt;/P&gt;&lt;P&gt;//SET DateFormat='YYYY-MM-DD';&lt;/P&gt;&lt;P&gt;//SET TimestampFormat='YYYY-MM-DD hh:mm:ss[.fff]';&lt;/P&gt;&lt;P&gt;SET DateFormat='MM/DD/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='MM/DD/YYYY h:mm:ss[.fff] TT';&lt;/P&gt;&lt;P&gt;SET FirstWeekDay=6;&lt;/P&gt;&lt;P&gt;SET BrokenWeeks=1;&lt;/P&gt;&lt;P&gt;SET ReferenceDay=0;&lt;/P&gt;&lt;P&gt;SET FirstMonthOfYear=1;&lt;/P&gt;&lt;P&gt;SET CollationLocale='en-IN';&lt;/P&gt;&lt;P&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/P&gt;&lt;P&gt;SET LongMonthNames='January;February;March;April;May;June;July;August;September;October;November;December';&lt;/P&gt;&lt;P&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;/P&gt;&lt;P&gt;SET LongDayNames='Monday;Tuesday;Wednesday;Thursday;Friday;Saturday;Sunday';&lt;/P&gt;&lt;P&gt;Please provide your thoughts.&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/How-to-fetch-date-time-hour-sec-From-Timestamp/m-p/1308496#M830778</guid>
      <dc:creator>ysj</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch date,time,hour,sec From Timestamp?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-date-time-hour-sec-From-Timestamp/m-p/1308497#M830779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have set the same formats for date and timestamps formats, my results are:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Timestamp&lt;/STRONG&gt;('20170531T000101.00-0400') -&amp;gt; 05/31/2017 4:01:01&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;('20170531T000101.00-0400') -&amp;gt; 05/31/2017&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Time&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;('20170531T000101.00-0400') -&amp;gt; 4:01:01&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Hour&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;('20170531T000101.00-0400') -&amp;gt; 4&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Minute&lt;/STRONG&gt;('20170531T000101.00-0400') -&amp;gt; 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Second&lt;/STRONG&gt;('20170531T000101.00-0400') -&amp;gt; 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Try replacing &lt;SPAN style="font-size: 13.3333px;"&gt;'20170531T000101.00-0400' for your &lt;EM&gt;FieldName&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jun 2017 10:43:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-date-time-hour-sec-From-Timestamp/m-p/1308497#M830779</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2017-06-17T10:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch date,time,hour,sec From Timestamp?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-date-time-hour-sec-From-Timestamp/m-p/1308498#M830780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Ruben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="167185" alt="screen.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/167185_screen.png" style="height: 195px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used functions that but it seems that not geeting expected result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example 1:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Timestamp&lt;/STRONG&gt;&lt;/SPAN&gt;('20170531T000101.00-0400') -&amp;gt; 05/31/2017 4:01:01&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;('20170531T000101.00-0400') -&amp;gt; 05/31/2017&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;Time&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;('20170531T000101.00-0400') -&amp;gt; 12:01:01&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;Hour&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;('20170531T000101.00-0400') -&amp;gt; 12&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.3333px; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Minute('20170531T000101.00-0400') -&amp;gt; 1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;Second('20170531T000101.00-0400') -&amp;gt; 1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;Example 2:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Timestamp&lt;/STRONG&gt;&lt;/SPAN&gt;('20170531T164055.00-0400') -&amp;gt; 05/31/2017 4:01:01&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'20170531T164055.00-0400'&lt;/SPAN&gt;) -&amp;gt; 05/31/2017&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;Time&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'20170531T164055.00-0400'&lt;/SPAN&gt;) -&amp;gt; 16:40:55&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;Hour&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'20170531T164055.00-0400'&lt;/SPAN&gt;) -&amp;gt; 16 or 4 &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.3333px; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Minute(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'20170531T164055.00-0400'&lt;/SPAN&gt;) -&amp;gt; 40&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;Second(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'20170531T164055.00-0400'&lt;/SPAN&gt;) -&amp;gt; 55&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;but when I used your functions it shows something weird values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;I have also atttched the excel in main thread.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Please find it and help me.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jun 2017 11:09:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-date-time-hour-sec-From-Timestamp/m-p/1308498#M830780</guid>
      <dc:creator>ysj</dc:creator>
      <dc:date>2017-06-17T11:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch date,time,hour,sec From Timestamp?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-date-time-hour-sec-From-Timestamp/m-p/1308499#M830781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;=Time('20170531T164055.00-0400') for me returns 20:40:55&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In both examples is adding 4 hours because the timestamp ends in '-0400'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way to keep only until the seconds can be using Left() to keep the first 15 characters:&lt;/P&gt;&lt;P&gt;=Time(left('20170531T164055.00-0400', 15))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jun 2017 11:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-date-time-hour-sec-From-Timestamp/m-p/1308499#M830781</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2017-06-17T11:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch date,time,hour,sec From Timestamp?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-date-time-hour-sec-From-Timestamp/m-p/1308500#M830782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/4003"&gt;hic&lt;/A&gt;&lt;A href="https://community.qlik.com/qlik-users/4484"&gt;stevedark&lt;/A&gt;&lt;A href="https://community.qlik.com/qlik-users/67572"&gt;markodonovan&lt;/A&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;&lt;A href="https://community.qlik.com/qlik-users/71164"&gt;shane_spencer&lt;/A&gt;@@@@@@@@@@@@@@@@@@@Thank you so much Rubin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please explain me in detail that what is happing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didnt get that timestamp field that its adding 4 hours how and why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;means &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;the timestamp ends in '-0400'.&amp;nbsp; i dont know about my field please explain me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Also Explain me then which values are correct.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;added 4 hours our second one that you written right now?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Try1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Shall I used below value and why? as you told me that it added four hours &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; because the timestamp ends in '-0400'.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Time('20170531T000101.00-0400') -&amp;gt; 4:01:01&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Try 2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Shall I used below value and why? as you told me that it added four hours &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; because the timestamp ends in '-0400'.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Plese expliane me&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Time(left('20170531T164055.00-0400', 15))&amp;nbsp; -&amp;gt;16:40:50&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Now I am getting confused please provide your thoughts&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌&amp;nbsp; &lt;A href="https://community.qlik.com/qlik-users/4484"&gt;stevedark&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/67572"&gt;markodonovan&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/4003"&gt;hic&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/23109"&gt;jagan&lt;/A&gt;‌&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jun 2017 11:34:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-date-time-hour-sec-From-Timestamp/m-p/1308500#M830782</guid>
      <dc:creator>ysj</dc:creator>
      <dc:date>2017-06-17T11:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch date,time,hour,sec From Timestamp?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-date-time-hour-sec-From-Timestamp/m-p/1308501#M830783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in your example is adding 4 hours &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jun 2017 14:41:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-date-time-hour-sec-From-Timestamp/m-p/1308501#M830783</guid>
      <dc:creator>ysj</dc:creator>
      <dc:date>2017-06-17T14:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch date,time,hour,sec From Timestamp?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-date-time-hour-sec-From-Timestamp/m-p/1308502#M830784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Do You use QV 12.&lt;/P&gt;&lt;P&gt;QV12 supports Timestamp ISO Format. From Help :&lt;/P&gt;&lt;TABLE cellspacing="0" class="TableStyle-tableGrid" style="margin-right: auto;"&gt;&lt;TBODY&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyC--" data-mc-conditions="Primary.NotToTranslate"&gt;format &lt;/TD&gt;&lt;TD class="BodyA--"&gt;String describing how the resulting timestamp string is to be formatted. If omitted, the short date format, time format, and decimal separator set in the operating system is used. &lt;SPAN style="color: #ff0000;"&gt;ISO 8601 is supported for timestamps&lt;/SPAN&gt;.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However , see Attachment (QV &amp;lt; 12).&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jun 2017 15:34:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-date-time-hour-sec-From-Timestamp/m-p/1308502#M830784</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-06-17T15:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch date,time,hour,sec From Timestamp?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-date-time-hour-sec-From-Timestamp/m-p/1308503#M830785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That -0400 is the relative time to UTC, so it says that this time is 4 hour hour less (-0400=-04:00 in format 'hhmm') that the UTC time, as Antonio said, look for ISO 8601&amp;nbsp; for better explanation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that the one that adds 4 hours it's usually better for analysis, that's the real local time where it happens.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jun 2017 20:42:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-date-time-hour-sec-From-Timestamp/m-p/1308503#M830785</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2017-06-17T20:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch date,time,hour,sec From Timestamp?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-date-time-hour-sec-From-Timestamp/m-p/1308504#M830786</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;In cases where you have data from multiple timezones you may want to carry both local and UTC time, or local and head office time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you take the example of work done during shifts, for some analysis you may want to know how your staff are balanced around the globe - so you can see that whilst one region sleeps another is working - for this you would want to convert all times to a consistent time - like UTC.&amp;nbsp; For another analysis you may want to see what time staff are arriving for work, this only makes sense if you only look at local time; work patterns will be comparable in different time-zones and you can chart a working day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've not opened &lt;A href="https://community.qlik.com/qlik-users/69783"&gt;antoniotiman&lt;/A&gt;‌ 's example, but personally I will always use a Date# function to convert from a date or a time-stamp when loading from a text file, as otherwise changes to system locale (perhaps when moving the QVW or load script between machines) could cause the load to behave differently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Jun 2017 06:59:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-date-time-hour-sec-From-Timestamp/m-p/1308504#M830786</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2017-06-18T06:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch date,time,hour,sec From Timestamp?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-date-time-hour-sec-From-Timestamp/m-p/1308505#M830787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much &lt;A href="https://community.qlik.com/qlik-users/4484"&gt;stevedark&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;As I am using QV12 and my server is also QV12 then what should I do for time format&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;But this values are comes from server itself then which value is correct either added + 4hours or as it is?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;How I can fetch then now from my loaded TimeStamp values .&lt;/P&gt;&lt;P&gt;Could you please provide your expression to fetch date,time,hour,seconds etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;YJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2017 10:54:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-date-time-hour-sec-From-Timestamp/m-p/1308505#M830787</guid>
      <dc:creator>ysj</dc:creator>
      <dc:date>2017-06-19T10:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch date,time,hour,sec From Timestamp?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-date-time-hour-sec-From-Timestamp/m-p/1308506#M830788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Antonio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I am using QV12 and my server is also QV12 then what should I do for time format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I have log files in text format having timestamp filed containing mention values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then what should I do .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2017 10:56:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-date-time-hour-sec-From-Timestamp/m-p/1308506#M830788</guid>
      <dc:creator>ysj</dc:creator>
      <dc:date>2017-06-19T10:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch date,time,hour,sec From Timestamp?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-date-time-hour-sec-From-Timestamp/m-p/1308507#M830789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Ruben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;As I am using QV12 and my server is also QV12 then what should I do for time format&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;But this values are comes from server itself then which value is correct either added + 4hours or as it is?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2017 10:59:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-date-time-hour-sec-From-Timestamp/m-p/1308507#M830789</guid>
      <dc:creator>ysj</dc:creator>
      <dc:date>2017-06-19T10:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch date,time,hour,sec From Timestamp?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-date-time-hour-sec-From-Timestamp/m-p/1308508#M830790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use expressions like my attachment below.&lt;/P&gt;&lt;P&gt;It works also in QV12.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2017 11:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-date-time-hour-sec-From-Timestamp/m-p/1308508#M830790</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-06-19T11:15:24Z</dc:date>
    </item>
  </channel>
</rss>

