GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
OpenXPKI::Server::Workflow::Condition::DateTime(3) User Contributed Perl Documentation OpenXPKI::Server::Workflow::Condition::DateTime(3)

OpenXPKI::Server::Workflow::Condition::DateTime

Generic class to check a value against a timespec.

is_in_datetime_interval: class: OpenXPKI::Server::Workflow::Condition::DateTime param: notbefore: 20140101000000 notafter: +0001 _map_value: $probe_date

The condition checks if the value given to value is within the bounds given by notbefore/notafter. Any value accepted by the OpenXPKI::DateTime autodetect mechanism is useable. To check against "now", set a "0", to check only against one bound just leave the second parameter undefined.

value
The reference to test against.
notbefore
notafter
contextkey (deprecated)
Legacy parameter - load the value to probe against from this context key. Should not be used, use the _map_ syntax instead.
2022-05-14 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.