datetime should return object for use in calculations
Closed this issue · 1 comments
longchamps commented
The date function is available for getting a date object for calculating other dates, but the same is not true for datetime. This could then be used with relativedelta
which supports datetime objects:
${{ datetime(Start_Datetime__c) + relativedelta(minutes=+15) }}