DateTime is represented with different Timezone formats in DateTime property (GMT -4:00 vs. EDT).

DateTime is represented with different Timezone formats in DateTime property (GMT -4:00 vs. EDT).

book

Article ID: KB0092952

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

Resolution:

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.

Issue/Introduction

DateTime is represented with different Timezone formats in DateTime property (GMT -4:00 vs. EDT).