<?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: Change a time stamp in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-a-time-stamp/m-p/819216#M288833</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe (replace &lt;SPAN style="font-size: 13.3333330154419px;"&gt;'2015-02-01 02:47 +0000' with your field)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=timestamp(Timestamp#(left('&lt;STRONG&gt;2015-02-01 02:47&lt;/STRONG&gt; +0000',16), 'YYYY-MM-DD hh:mm') &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;- 4/24, 'DD/MM/YYYY hh:mm TT')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- left to get the bold of your string&lt;/P&gt;&lt;P&gt;- timestamp# to interpret&lt;/P&gt;&lt;P&gt;- subtract 4/24 (1 is one day, 4/24 for 4 hours)&lt;/P&gt;&lt;P&gt;- timestamp to format &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Feb 2015 20:48:04 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2015-02-03T20:48:04Z</dc:date>
    <item>
      <title>Change a time stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Change-a-time-stamp/m-p/819215#M288832</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;I have a database for which each record has a time stamp. The timestamp reads:&lt;/P&gt;&lt;P&gt;2015-02-01 02:47 +0000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Signifying February 1, 2015 at 2:47 am (time is in military time)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that my app is being developed for an eastern time zone company and the records that are being time stamped are happening on an eastern time zone standard. So, this particular record actually occurred on January 31, 2015 at 10:47 PM. (There is a four hour time differential between when the record is being time stamped and when it is actually happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way within the scripting to change this so that the time zone can have four hours subtracted. Additionally, in the instance where the four hours results in a change of day, can this be accounted for in the scripting as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 20:18:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-a-time-stamp/m-p/819215#M288832</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2015-02-03T20:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Change a time stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Change-a-time-stamp/m-p/819216#M288833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe (replace &lt;SPAN style="font-size: 13.3333330154419px;"&gt;'2015-02-01 02:47 +0000' with your field)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=timestamp(Timestamp#(left('&lt;STRONG&gt;2015-02-01 02:47&lt;/STRONG&gt; +0000',16), 'YYYY-MM-DD hh:mm') &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;- 4/24, 'DD/MM/YYYY hh:mm TT')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- left to get the bold of your string&lt;/P&gt;&lt;P&gt;- timestamp# to interpret&lt;/P&gt;&lt;P&gt;- subtract 4/24 (1 is one day, 4/24 for 4 hours)&lt;/P&gt;&lt;P&gt;- timestamp to format &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 20:48:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-a-time-stamp/m-p/819216#M288833</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-02-03T20:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Change a time stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Change-a-time-stamp/m-p/819217#M288834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try it with YourTimestamp - (4/24) and I think there also convert-function available: converttolocaltime().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 20:49:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-a-time-stamp/m-p/819217#M288834</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-02-03T20:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Change a time stamp</title>
      <link>https://community.qlik.com/t5/QlikView/Change-a-time-stamp/m-p/819218#M288835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;timestamp(Field + MakeTime(4)) as Field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The most SQL Databases can convert it during the select. If the timezone is defined in database you have no problem to convert it between timezones with/without summer/wintertime.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 20:50:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-a-time-stamp/m-p/819218#M288835</guid>
      <dc:creator>jonasheisterkam</dc:creator>
      <dc:date>2015-02-03T20:50:50Z</dc:date>
    </item>
  </channel>
</rss>

