Furthermore, when an timerange is emited: &_.month; returns the month-number e.g. "01" for January. Whereas &_.next_month; returns the month-name + month-number e.g. "January 01" for January.
&_.next.year; does the same, returning "December 2012" (where &_.year; returns "2011"). Although this is understable, because my unit="months" so it returns the same month next year, I think it is a bit counter intuitive, because joining _.month + _.next.year would give the same result, whereas if I just want the number of next.year, I'd have to sscanf it (or add 1 tot _.year, manually). Best regards, Marc Dirix
