Specify Date Format After Upgrading to IM 2.x

Issue:

Date Format Specification

Resolution:

In IntegrationManager 2.x, the Groovy Joda framework is deprecated. To get the current date-time, we need to use simple language and you have to specify the ISO mask as shown below:

${date:now:yyyy-MM-dd'T'HH:mm:ssZ}