我的集成源是发送日期时间07/01/2015 23:59:00 UTC
并期望输出为2015-07-01T23:59:00-00:00
.
在 Oracle Service Bus 中,我使用 fn-bea:dateTime-from-string-with-format("MM/dd/yyyy HH:mm:ss Z,data($products/startDate))
了输出为 2015-07-01T23:59:00Z 的函数。
是否有内置函数来获取上述时间模式。
我的集成源是发送日期时间07/01/2015 23:59:00 UTC
并期望输出为2015-07-01T23:59:00-00:00
.
在 Oracle Service Bus 中,我使用 fn-bea:dateTime-from-string-with-format("MM/dd/yyyy HH:mm:ss Z,data($products/startDate))
了输出为 2015-07-01T23:59:00Z 的函数。
是否有内置函数来获取上述时间模式。