From 711144a1fa3e1dfa540cc7ccd0ce1c14faeba42f Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Tue, 1 Sep 2015 14:18:02 +0200 Subject: [PATCH] drouting: notes about the format of duration attribute --- modules/drouting/doc/drouting_admin.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/modules/drouting/doc/drouting_admin.xml b/modules/drouting/doc/drouting_admin.xml index cebbe6019ef..f3cffd9ef90 100644 --- a/modules/drouting/doc/drouting_admin.xml +++ b/modules/drouting/doc/drouting_admin.xml @@ -469,7 +469,11 @@ be small enough such that subsequent intervals do not overlap. For non-recurring intervals, durations of any positive length are permitted, zero-length duration means forever. - Negative-length durations are not allowed. + Negative-length durations are not allowed. In the common case of + a duration less than one day, the value starts with 'PT' followed by + number of hours, minutes and seconds, e.g., a duration of 8 hours + and 30 minutes is written 'PT8H30M'. See RFC 2445 DURATION + specifications for full format. @@ -612,7 +616,7 @@ Here is an example of evaluating multiple Byxxx parameters. - dtstart=19970105T083000 duration=10M + dtstart=19970105T083000 duration=PT10M freq=yearly interval=2 bymonth=1 byday=SU