Skip Menu |

This queue is for tickets about the Image-ExifTool CPAN distribution.

Report information
The Basics
Id: 43237
Status: rejected
Priority: 0/
Queue: Image-ExifTool

People
Owner: Nobody in particular
Requestors: st_cyz [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: shift date and time
Date: Thu, 12 Feb 2009 07:23:01 -0800 (PST)
To: bug-Image-ExifTool [...] rt.cpan.org
From: Stanislav Cyz <st_cyz [...] yahoo.com>
Hi, thanx much for great tool. I have to say, I am not reporting bug, but rather wish. In my camera I forgotten to set date and time, in this case, your Exif tool is great. I'd like to change date and time not only for exif information, but also to change date and time of files (which are newly created). Please, say me, how to do it. I am using exiftool.exe (exiftool-7.67) on Windows Vista Thank you for your answer Stanislav Cyz
This sort of thing is better discussed in the exiftool forum: http://www.cpanforum.com/dist/Image-ExifTool But you can change the filesystem modification date for a file in a couple of ways: 1) set it from other date/time tags: exiftool "-filemodifydate<exif:datetimeoriginal" FILE 2) shift it like any other date/time tag exiftool -filemodifydate+=5 FILE If you have more questions, please ask them in the forum. Thanks. - Phil
Subject: Re: [rt.cpan.org #43237] shift date and time
Date: Thu, 12 Feb 2009 08:36:51 -0800 (PST)
To: bug-Image-ExifTool [...] rt.cpan.org
From: Stanislav Cyz <st_cyz [...] yahoo.com>
Thanks, sorry to disturb you. way 1 is exactly what I need. Stanislav Cyz Show quoted text
----- Original Message ---- From: Phil Harvey via RT <bug-Image-ExifTool@rt.cpan.org> To: st_cyz@yahoo.com Sent: Thursday, February 12, 2009 5:23:09 PM Subject: [rt.cpan.org #43237] shift date and time <URL: https://rt.cpan.org/Ticket/Display.html?id=43237 > This sort of thing is better discussed in the exiftool forum: http://www.cpanforum.com/dist/Image-ExifTool But you can change the filesystem modification date for a file in a couple of ways: 1) set it from other date/time tags: exiftool "-filemodifydate<exif:datetimeoriginal" FILE 2) shift it like any other date/time tag exiftool -filemodifydate+=5 FILE If you have more questions, please ask them in the forum. Thanks. - Phil