DateTimeValidatorValve

Validates a give datetime is within the given range

Properties

Name Description Default value Mandatory Supports property expansion
value The value used for validation. Current time No Yes
not_before Not before value Current time No Yes
not_after Not after value Current time  No Yes

Example Configuration

{
	"name":"DateTimeValidatorValve",
	"config":{
			"value":"<date_time_value>",
			"not_before":"",
			"not_after":""
		}
}

Requirements

Expanded or static values must be in the "2014-12-03T10:15:30.00Z" syntax.