TIBCO ActiveMatrix BusinessWorks truncates the trailing "0" in milliseconds for the datetime function.

TIBCO ActiveMatrix BusinessWorks truncates the trailing "0" in milliseconds for the datetime function.

book

Article ID: KB0093837

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Resolution:

TIBCO ActiveMatrix BusinessWorks datetime function cuts off the trailing '0' in millisecond if it ends with '0'. TIBCO BusinessWorks follows the XPATH 2.0 specification which specifies no trailing zeros in the millisecond field of dateTime type. For canonical representations, the fractional second string, if present, must not end in '0'. The impact is that within TIBCO BusinessWorks, mapping to any dateTime type results in the truncation of trailing zeros, which is compliant with the XPATH specification.

Issue/Introduction

TIBCO ActiveMatrix BusinessWorks truncates the trailing "0" in milliseconds for the datetime function.

Additional Information

http://www.w3.org/TR/xmlschema-2/#dateTime