Datetime Format different than ISO format for XML in Provided Webservice in 9.2
We are in an Upgrade project and the below Datetime format in a provided service has changed since the upgrade.
It appears the web services are returning date time in the following format: (9.2 PS, 8.53 PT)
2014-12-07T07.34.00.000000
Where it should be returned in standard UTC format: (9.0 PS, 8.49 PT) as per ISO standards.
2014-12-07T07:34:00.000000
i.e. colon as the time separator, not dots.