<?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: Local Date &amp; Time in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/local-date-time/m-p/6135378#M1366105</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sy-datum and sy-uzeit are local date and time respectively.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Sep 2009 09:40:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-02T09:40:25Z</dc:date>
    <item>
      <title>Local Date &amp; Time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/local-date-time/m-p/6135377#M1366104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any possibility to disaplay Local Date &amp;amp; Time in script level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;our current system have time zone setting as German timimgs, but one of our client in china they want to display in all their labels  with Local date &amp;amp; Time instead of German timings .  They have thier own script but print program is common for all .  is there any possiblity to change in script level without modifing the Print program.?  pls let me know.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sksk.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 09:38:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/local-date-time/m-p/6135377#M1366104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-02T09:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Local Date &amp; Time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/local-date-time/m-p/6135378#M1366105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sy-datum and sy-uzeit are local date and time respectively.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 09:40:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/local-date-time/m-p/6135378#M1366105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-02T09:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Local Date &amp; Time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/local-date-time/m-p/6135379#M1366106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;these system fields will help i hope&lt;/P&gt;&lt;P&gt;you can get with sy- &amp;lt;field name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these are from SYST structure.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATLO	SYSTDATLO	DATS	8	0	Local Date for Current User
TIMLO	SYSTTIMLO	TIMS	6	0	Local Time of Current User
ZONLO	SYSTZONLO	CHAR	6	0	Time Zone of Current User&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 09:47:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/local-date-time/m-p/6135379#M1366106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-02T09:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Local Date &amp; Time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/local-date-time/m-p/6135380#M1366107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii,&lt;/P&gt;&lt;P&gt;You can find the current users local date/time as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-DATLO - Local Date for Current User&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-TIMLO - Local Time of Current User&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-ZONLO - Time Zone of Current User&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;structure contains local time -&amp;gt; LTIME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may try this FM: DB_LOCAL_TIME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 09:48:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/local-date-time/m-p/6135380#M1366107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-02T09:48:05Z</dc:date>
    </item>
  </channel>
</rss>

