SFDO-Tooling/Snowfakery

datetime should return object for use in calculations

Closed this issue · 1 comments

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) }}

Well it took a while but here we go: #729