Runtime components : Core components : Timezone : Data conversion : Backend system
  
Backend system
WebService
One soap message may contain date type data.
UNICOM® Digital Transformation Toolkit (UDTT™) will map context object to an java bean when executing the web service operation.
After the execution, WAS will automatically convert the date type data to an XMLGregorianCalendar object in response java bean object.
Other backend system
For other connection invocation, user need to convert the specific date to an UTC time manually.
One possible approach is that customer can extend a global function to convert the a specific date.
Go up to
Data conversion