R-Studio - a bug with time stamp comparison

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: R-Studio - a bug with time stamp comparison

Re: R-Studio - a bug with time stamp comparison

by Alt » Mon Sep 18, 2017 11:46 am

Peter wrote:the latest one - 8.3 build 168075
I've passed the problem to our developers. Thanks for reporting!

Re: R-Studio - a bug with time stamp comparison

by Peter » Thu Sep 14, 2017 5:14 pm

the latest one - 8.3 build 168075

Re: R-Studio - a bug with time stamp comparison

by Alt » Fri Sep 08, 2017 6:39 am

What is the version of R-Studio you're using?

R-Studio - a bug with time stamp comparison

by Peter » Thu Sep 07, 2017 4:28 pm

"Recover" files dialog, advanced options, "Files already exists" section.

Time comparison doesn't work correctly because the utility takes the existing file time stamp as local time (read from win api call), but the new file time stamp as GMT time (read from recovered FS metadata).
Thus, even if files are exactly the same, the skip mode would never work.

The local computer time zone need to be used to modify one of the time stamps.

Top