Datetime Property value cannot get correctly when mapping service rest post method json data.
Hi All,
Mapping json data to clipboard property with the service rest post method. When json data mapped to Pega's Datetime Property, Pega will automatically convert it to GMT Format.
(Eg.1) JSON Date : 2021 Output Result : 20210101T000000.000 GMT (Eg.2) JSON Date : 202111 Output Result : 21110101T000000.000 GMT
The problem is a value of type datetime has been converted to a weird value. Why it changed like that?
My setting of Localization Time zone : Asia/Tokyo
Thank a lot.