Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | - |
Not Applicable | - |
DateTime is represented with different Timezone formats in DateTime property, for example GMT -4:00 vs. EDT. XPath functions (e.g., drag and drop through the XPath editor or Functions provided in XPath) use the GMT (e.g., GMT -4:00) format for DateTime while BE catalog functions (e.g. DateTime.parseString, etc.) use the region(e.g. EDT) format. To keep the DateTime property with a same timezone format, use the "DateTime.translateTime(dt, null)" function to translate the DateTime to the current timezone with the region format.