ExifTool Forum

ExifTool => Bug Reports / Feature Requests => Topic started by: jheadder on October 16, 2013, 07:39:54 AM

Title: Seconds too big
Post by: jheadder on October 16, 2013, 07:39:54 AM
Any chance of better math-handling for specifying large time-increments in seconds-only?
Vista32-SP2, Stand-Alone v9.3.8

-ModifyDate+=00:100000000
Warning: Sec too big - 69444 > 11647 when shifting ModifyDate
Title: Re: Seconds too big
Post by: Phil Harvey on October 16, 2013, 08:11:36 AM
Sorry.  Unfortunately I am using standard C library date/time functions in my shift routine.  This appears to be a limitation of these functions.

- Phil