-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature request: file time offsets #468
Comments
we already do that but I believe not when merging files. Am I right? See #487 |
We already set the modified date to input + offset. Isn't that good enough? |
this has now been implemented and will be out in the next version |
But created time seemed to be more reasonable when the beginning is cutted out and no merge? |
I dont think it’s possible to change creation time of a file |
Just a random feature request: When cutting a file, can you offset the creation time of the new files by the start of the cut time?
e.g.
Source: created: 12:00:00pm
Cut from 2:00-3:00, created should be 12:02:00pm
The text was updated successfully, but these errors were encountered: