<?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: Problem in timestamp in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-timestamp/m-p/8699640#M1670743</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the table it must be storing the timestamp as per the system time-zone. Check your Time-Zone and System timzone.. I believe you will get the difference between these two time zone as 5 hours &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/5.0.1/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Apr 2012 09:00:51 GMT</pubDate>
    <dc:creator>former_member209818</dc:creator>
    <dc:date>2012-04-20T09:00:51Z</dc:date>
    <item>
      <title>Problem in timestamp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-timestamp/m-p/8699638#M1670741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; There was a problem in my time stamp.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In my web dynpro compinent i am using timestamp feature for comments.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for every comment i posted in a table i am also adding times stamp with this comment but when i see this time stamp in the table its giving wrong time&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Following is the statement &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONVERT DATE sy-datum TIME sy-uzeit INTO TIME STAMP ls_comments-timestamp TIME ZONE sy-zonlo.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; time zone sy-zonlo is EST. Time is showing almost 5 hours forward&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 05:55:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-timestamp/m-p/8699638#M1670741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-20T05:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in timestamp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-timestamp/m-p/8699639#M1670742</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 dont think you need to concatenate to get the timestamp.You can directly write like below:&lt;/P&gt;&lt;P&gt;get time stamp field v_timestamp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For help you can refer to the below link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/abapdocu_70/en/ABAPGET_TIME-STAMP.htm"&gt;http://help.sap.com/abapdocu_70/en/ABAPGET_TIME-STAMP.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it solves your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 08:58:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-timestamp/m-p/8699639#M1670742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-20T08:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in timestamp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-timestamp/m-p/8699640#M1670743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the table it must be storing the timestamp as per the system time-zone. Check your Time-Zone and System timzone.. I believe you will get the difference between these two time zone as 5 hours &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/5.0.1/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 09:00:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-timestamp/m-p/8699640#M1670743</guid>
      <dc:creator>former_member209818</dc:creator>
      <dc:date>2012-04-20T09:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in timestamp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-timestamp/m-p/8699641#M1670744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's the way timestamp works.&amp;nbsp; You have local time zone set as EST, the timestamp calculation is then based upon UTC - local time zone, for which I typically have a five hour difference.&amp;nbsp; Try creating your time zone with time zone set to space in a variable.&amp;nbsp; I did that, as I recall, to force local time into the table in one of my programs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 11:33:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-timestamp/m-p/8699641#M1670744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-20T11:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in timestamp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-timestamp/m-p/8699642#M1670745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No after writting like that also its giving 5hours more&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 08:01:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-timestamp/m-p/8699642#M1670745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-23T08:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in timestamp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-timestamp/m-p/8699643#M1670746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks break Point, &lt;/P&gt;&lt;P&gt;now i am able to retrieve&amp;nbsp; correct time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 05:26:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-timestamp/m-p/8699643#M1670746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-25T05:26:53Z</dc:date>
    </item>
  </channel>
</rss>

