<?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: Presentation server file dates - Bug in in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/presentation-server-file-dates-bug-in/m-p/2719213#M630847</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There still seems to be some bug in this method.  The dates that are returned by my File object are as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATEDATE	D	8 	20070814&lt;/P&gt;&lt;P&gt;CREATETIME	T	6 	140537&lt;/P&gt;&lt;P&gt;ACCESSDATE	D	8 	20070904&lt;/P&gt;&lt;P&gt;ACCESSTIME	T	6 	163113&lt;/P&gt;&lt;P&gt;WRITEDATE	D	8 	20070904&lt;/P&gt;&lt;P&gt;WRITETIME	T	6 	150631&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The times in Windows seem to be two hours more then what SAP thinks.&lt;/P&gt;&lt;P&gt;Create Date 	same&lt;/P&gt;&lt;P&gt;Create Time	160537 - two hours off&lt;/P&gt;&lt;P&gt;Access Date	same&lt;/P&gt;&lt;P&gt;Access TIME	183113 - two hours more then SAP thinks &lt;/P&gt;&lt;P&gt;Write DATE	same&lt;/P&gt;&lt;P&gt;Write TIME	170631 - again 2 hours off.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Olivier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Sep 2007 16:54:23 GMT</pubDate>
    <dc:creator>olivier_muff</dc:creator>
    <dc:date>2007-09-04T16:54:23Z</dc:date>
    <item>
      <title>Presentation server file dates - Bug in</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/presentation-server-file-dates-bug-in/m-p/2719210#M630844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to get correct dates from a file listing on my presentation server (local computer).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL_GUI_FRONTEND_SERVICES=&amp;gt;DIRECTORY_LIST_FILES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all the dates: Creation, Last Modified, Last Accessed are all listed as the same for any particular file in the file list table.  The dates are all equal to the last accessed date.  This is not correct!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried testing the C_ functions but it seems they are just for getting file data of the application server.  Is this true?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Olivier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2007 22:42:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/presentation-server-file-dates-bug-in/m-p/2719210#M630844</guid>
      <dc:creator>olivier_muff</dc:creator>
      <dc:date>2007-08-14T22:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Presentation server file dates - Bug in</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/presentation-server-file-dates-bug-in/m-p/2719211#M630845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please make sure that you are on the latest patch level for your release of SAPgui, this may be a bug which as been corrected.  Also, after the SAPgui upgrade you may notice that the times will be in GMT time, not the local time of the PC, so if this is an issue for you, you will need to convert the time to your local time.  If you don't have any requirement for time, then there is not issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2007 22:47:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/presentation-server-file-dates-bug-in/m-p/2719211#M630845</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-08-14T22:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Presentation server file dates - Bug in</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/presentation-server-file-dates-bug-in/m-p/2719212#M630846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rich.  That did the trick.  DIRECTORY_LIST_FILES gives proper dates and times now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now all I need to do is understand the logic of Microsoft's date changing.  The "creation date" changes whenever a file is copied.  The "date accessed" also changes any time a file is moved.  The "date modified" seems like the only one that is relatively trustworthy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all the best,&lt;/P&gt;&lt;P&gt;Olivier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 20:33:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/presentation-server-file-dates-bug-in/m-p/2719212#M630846</guid>
      <dc:creator>olivier_muff</dc:creator>
      <dc:date>2007-08-20T20:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Presentation server file dates - Bug in</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/presentation-server-file-dates-bug-in/m-p/2719213#M630847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There still seems to be some bug in this method.  The dates that are returned by my File object are as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATEDATE	D	8 	20070814&lt;/P&gt;&lt;P&gt;CREATETIME	T	6 	140537&lt;/P&gt;&lt;P&gt;ACCESSDATE	D	8 	20070904&lt;/P&gt;&lt;P&gt;ACCESSTIME	T	6 	163113&lt;/P&gt;&lt;P&gt;WRITEDATE	D	8 	20070904&lt;/P&gt;&lt;P&gt;WRITETIME	T	6 	150631&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The times in Windows seem to be two hours more then what SAP thinks.&lt;/P&gt;&lt;P&gt;Create Date 	same&lt;/P&gt;&lt;P&gt;Create Time	160537 - two hours off&lt;/P&gt;&lt;P&gt;Access Date	same&lt;/P&gt;&lt;P&gt;Access TIME	183113 - two hours more then SAP thinks &lt;/P&gt;&lt;P&gt;Write DATE	same&lt;/P&gt;&lt;P&gt;Write TIME	170631 - again 2 hours off.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Olivier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 16:54:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/presentation-server-file-dates-bug-in/m-p/2719213#M630847</guid>
      <dc:creator>olivier_muff</dc:creator>
      <dc:date>2007-09-04T16:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Presentation server file dates - Bug in</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/presentation-server-file-dates-bug-in/m-p/2719214#M630848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The times and dates are being returned properly by the method but they seem to be 2 hours off.  Is it possible there is a bug in the Military Time to non-military time?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 16:55:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/presentation-server-file-dates-bug-in/m-p/2719214#M630848</guid>
      <dc:creator>olivier_muff</dc:creator>
      <dc:date>2007-09-04T16:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Presentation server file dates - Bug in</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/presentation-server-file-dates-bug-in/m-p/2719215#M630849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is because the times are returned in GMT time.  This is actually an "enhanement" done by SAP with the latest patches of the SAPgui.  This really caused some problems when we upgraded the gui, because our times where 5 hours off after the upgrade, which cause problems in downstream operations.  I had opened a note about it, and they said this is not a bug, and it is the way it is,  and that we(as developers) would need to convert to our specific time zone, which is easy for me, since my company only operates in one.  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 17:00:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/presentation-server-file-dates-bug-in/m-p/2719215#M630849</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-09-04T17:00:26Z</dc:date>
    </item>
  </channel>
</rss>

