Topic: Date-time shift problem

Hello,

   Reading the manual, I'm trying to shift the date of my pictures by 1 day using the following expression:

%Xdo{"%y%m%d%_H%M%S",+1d}

   But the result in the new name field is wrong, giving me the string "1d}" for all the file names.

   I'm using Siren 3.0 under Windows 7 64bits.

   Thanks in advance and thanks for such a nice software!

   Arthur

Re: Date-time shift problem

Hello,

The shift can only contain hours (h), minutes  (m) and seconds (s).
Normally the expression should be : %Xdo{"%y%m%d_%H%M%S",+24h}

But it doesn't seem to work either.
It looks like a bug. I have to investigate this problem.

Thanks for reporting this issue.

Re: Date-time shift problem

Thanks for the quick response! Regarding the other thing, if I can place any number of hours, like 24*number of days, it's not a problem wink

   thanks again!

Re: Date-time shift problem

Hello,

I think I've found the origin of the bug.
I am planning to release a 3.01 beta (don't know when yet).
It will include a very few other changes and will be linked against the last wxWidgets version.
The help will contain clearer information about the time hms format too wink .

Regards,

Remi

Re: Date-time shift problem

Version 3.01 beta 1 has just been released. It should fix the problem.

Re: Date-time shift problem

Yes, now it's fixed, thank you very much!