Out of context (i.e. right after the B<+> or B<-> sign) the
meaning of B<m> is guessed from the number it directly follows.
-Currently, if the number's absolute value is below 25 it is assumed
+Currently, if the number's absolute value is below 6 it is assumed
that B<m> means B<months>, otherwise it is treated as B<minutes>.
-(e.g., -25m == -25 minutes, while +24m == +24 months)
+(e.g., -6m == -6m minutes, while +5m == +5 months)
=back
*
* 2. Out of context (i.e. right after the '+' or '-' sign) the
* meaning of 'm' is guessed from the number it directly follows.
- * Currently, if the number absolute value is below 25 it is assumed
+ * Currently, if the number absolute value is below 6 it is assumed
* that 'm' means months, otherwise it is treated as minutes.
- * (e.g., -25m == -25 minutes, while +24m == +24 months)
+ * (e.g., -6m == -6 minutes, while +5m == +5 months)
*
*/