Runtime components : Core components : Timezone : Data conversion : Mapping
  
Mapping
This mapping is UNICOM® Digital Transformation Toolkit (UDTT™) object internal data mapping using UDTT mapping tools.
Mapping between Date to Date
The date instance will be copied directly.
Mapping between Date and XMLGregorianCalendar
For different types of date time object mapping, the date will be converted to string first. And then the string will be unformat to object. The whole conversion process will use one same timezone information.
Mapping between Constants/String/Field and Date
For constant to date obejct conversion, if the client local is used, there may have a problem that, the converted date may different when the client is in different timezone.
To solve this problem, there should be a new "default" converter for internal conversion which will format or unformat always by the default timezone or system timezone.
Go up to
Data conversion