creation-time of files are changed #2776
Replies: 2 comments 1 reply
-
@DirkTurlach |
Beta Was this translation helpful? Give feedback.
-
I cant say any more what the v2.4.x state is. I have been 18 months into a 100% re-write of v2.5.x
Consider the following file, uploaded online (so will not exist on Linux, yet): This is the JSON that the OneDrive API responds with for this file:
In debug mode you can see that the function is called to set times after the file is downloaded:
When you use
When you use
The method used to do this is: https://dlang.org/phobos/std_file.html#setTimes There is zero method to change the 'Birth' date within the D Language. In Linux, the
It is probably 3-4 weeks from GM release unless some absolute show stopper is found. It has been run through close to 350 use case tests manually, unknown number of folk already using / testing the RC series. |
Beta Was this translation helpful? Give feedback.
-
I recognized that the creation-time of files are the time of downloaded to my linux-system.
That's a big problem for me, because I often looking for file of a specific time, especially in Obsidian.
Is there a possibility to have the original metadata of files (especially creation an modification time)?
And how can the dates of files where already on my system fixed (not with touch, better with new download from Onedrive)
Thanks for help an best regards Dirk
Beta Was this translation helpful? Give feedback.
All reactions