{{request-timing}}

The {{request-timing}} tag is used to provide information about the timing of a single cycle of the responsibility assignment request.

Attributes

value

Optional: no

Permitted Values: duration, deadline

Comment: This attribute defines what this tag produces. See examples.

Examples

The following template excerpt:

This request expires in {{request-timing value="duration"}}, that is, on: {{requesttiming value="deadline"}}.

produces:

This request expires in 10 minutes, that is, on: Wednesday, September 10, 2002 6:12:35 PM PDT.

Back to top