UIDatePicker Date is not based on Timezone for inline style

I have created datePicker with locale and timezone as like

datePicker.locale = Locale(identifier: "en_US")
datePicker.timeZone = TimeZone(identifier: "Brazil/East")
datePicker.date = Date() // 2020-08-03 08:46:13 +0000

my device timezone is "Asia/Kolkata"

In datePicker wheels style its show time as "5:46 AM" but
Inline style shows "2:16 PM"

inline style always shows the time in current device timeZone irrespective of the configured datePicker.timeZone

Accepted Reply

Seems to be fixed since iOS 14 beta 8. Right?

Replies

In my opinion this is a bug that is still present in iOS 14 beta 6.
Please submit a bug report to Apple, so it can be fixed asap.

Filed Radar: FB8579838
Seems to be fixed since iOS 14 beta 8. Right?

Any fix? I am experiencing the same problem with the compact view iOS14.5