UIDatePicker return wrong date in iOS16.5 and iOS16.6

I am using UIDatepicker,and I set a Chinese Calendar for it.It worked well in iOS16.2. But now, the datePicker return -0614-MM-dd HH:mm:ss +0000 while it return 2023-MM-dd HH:mm:ss +0000 in iOS16.2,I do not know what is -0614?

Accepted Reply

There were some changes in UIDatePicker in iOS 16 with respect to how Calendar and Timezones are handled; if you find unexpected behavior, please send us a feedback through Feedback Assistant and attach a sample project to allow us to investigate it.

Replies

There were some changes in UIDatePicker in iOS 16 with respect to how Calendar and Timezones are handled; if you find unexpected behavior, please send us a feedback through Feedback Assistant and attach a sample project to allow us to investigate it.