function current-dateTime does not work correctly in mapping in integration
This is a question about Oracle Integration Cloud. In the integration part I want to add the function fn:current-dateTime to a mapping. I assume the function returns YYYY-MM-DDT24:59:59.123Z, but sometimes I receive one millisecond less, so it returns YYYY-MM-DDT24:59:59.12Z
Is this a rounding / completion issue when the last character is a zero?
.370Z will return .37Z ?