- % Done changed from 0 to 10
The date is correctly used if the validity timespan is still positive.
It does not work if the following conditions are met:
- Start of validity (date and time) is in the future.
- Time of expiration is before time of start of validity.
- Date of expiration is set to the same date as start of validity.
For example a request is opened for signing and validity timestamp controls are filled as follows:
Not valid before: 09.05.2013 11:32:45
Expires: 09.06.2013 11:32:45
Changing Not valid before to 09.05.2013 11:45:00 and Expires to 09.05.2013 11:32:45 (changing date but leaving time as-is) renders this error.
Quick workaround is to change expiration time before changing expiration date. A bugfix will follow in release 0.1.9.