Index: time_period.xml =================================================================== --- time_period.xml (revision 39772) +++ time_period.xml (working copy) @@ -126,11 +126,13 @@ Add duration to both begin and end. + time_period tp(ptime(date(2005,Jan,1),hours(1)), hours(2)); tp.expand(minutes(5)); // tp == 2005-Jan-01 00:55:00 to 2005-Jan-01 03:05:00 - + +