You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.
I ran the putFile function, but it seems that the wrong value is entered in X-OC-MTime.
so i changed return value info.mtime to info.mtimeMs in helperFunctions#_getMTime
it's works
/** * gets the MTime of a file/folder * @param {string} path path of the file/folder * @returns {Date} MTime */helpers.prototype._getMTime=function(path){varinfo=fs.statSync(path);returninfo.mtimeMs;};
wht's with last modified date then? i did the same, but now i have an issue that my file was last modified in 11.05.2446.
did you do something with it?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I ran the
putFile
function, but it seems that the wrong value is entered inX-OC-MTime
.so i changed return value info.mtime to info.mtimeMs in
helperFunctions#_getMTime
it's works
error logs
The text was updated successfully, but these errors were encountered: