Now
Returns the current date and time (UTC). Evaluated at the time of decisioning.
Use the now function with the time between function when you want to determine the time period between today's date and any other date. This can be useful if, for example, you want to determine a customers age or you want to work out whether or not a car is still within it's warranty period.
Example Eligibility Rule
time between now and dateOfBirth in years
Notes
- now is expressed in terms of both date and time to return the most detailed information.