BoYiZhang commented on pull request #3006: URL: https://github.com/apache/incubator-dolphinscheduler/pull/3006#issuecomment-647012863
@dailidong Customer feedback Get data through API interface : For time data such as createtime, the returned data is eight hours later than the normal time Background data is normal, but after spring serialization, the data will no longer show Beijing time The reason is that data of date type, after being serialized in spring, will be formatted as: At present, the main users of the dispatching are China users, so the default settings are increased. Control the data date returned by API interface  After modification:  ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
