<?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 Time Format in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/851932#M46374</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to change the system time to a time in Customer's time zone. The Customer's time zone can be found from TTZ5S. Is there a function module that will change to another time zone ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 May 2005 23:19:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-05-04T23:19:10Z</dc:date>
    <item>
      <title>Time Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/851932#M46374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to change the system time to a time in Customer's time zone. The Customer's time zone can be found from TTZ5S. Is there a function module that will change to another time zone ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2005 23:19:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/851932#M46374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-04T23:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Time Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/851933#M46375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Reshmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are in a system greater than 4.6 you can use timestamp to do that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;  f type timestamp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET TIME STAMP FIELD f.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The target field f contains the global reference time UTC (Universal Time Coordination) from now, like sy-datum and sy-uzeit but in UTC. This corresponds to Greenwich Mean Time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you convert to user time zone using command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERT TIME STAMP f TIME ZONE tz INTO DATE d TIME t. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In field "tz" you specify the user time zone you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tz must be type sy-zonlo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mauricio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2005 23:44:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/851933#M46375</guid>
      <dc:creator>MauricioMiao</dc:creator>
      <dc:date>2005-05-04T23:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Time Format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/851934#M46376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure if there is a function that will do it but it is easy to create one. Look up CONVERT and TIMESTAMP in the ABAP help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2005 23:45:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-format/m-p/851934#M46376</guid>
      <dc:creator>einar_eirksson</dc:creator>
      <dc:date>2005-05-04T23:45:41Z</dc:date>
    </item>
  </channel>
</rss>

