You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by GitBox <gi...@apache.org> on 2019/08/04 20:52:28 UTC

[GitHub] [guacamole-server] gabriel-sztejnworcel opened a new pull request #235: Drive redirectrion - fix WINDOWS_TIME calculation

gabriel-sztejnworcel opened a new pull request #235: Drive redirectrion - fix WINDOWS_TIME calculation
URL: https://github.com/apache/guacamole-server/pull/235
 
 
   There is a mistake in the conversion from UNIX time to FILETIME. See the following page: https://support.microsoft.com/en-us/help/167296/how-to-convert-a-unix-time-t-to-a-win32-filetime-or-systemtime. With the current calculation, checking the properties of a file in a redirected drive/folder gives invalid file dates. Changing the '-' to '+' fixes the issue.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services