Index: date_period.xml =================================================================== --- date_period.xml (revision 39772) +++ date_period.xml (working copy) @@ -116,11 +116,13 @@ Add duration to both begin and end. + date_period dp(date(2005,Jan,2), days(2)); dp.expand(days(1)); // dp == 2005-Jan-01 to 2005-Jan-04 - + +