iOS 18 How do I open setting > General > Date & Time from my app

I try with this URL App-prefs:General&path=Date&Time it work on iOS 17 but not with iOS 18

Here’s why: Supported URL Schemes. Especially note this statement:

Other Apple URL schemes are not officially documented. Their use is unsupported. If you rely on such implementation details, things might work, or they might not, and that state might change over time.

iOS 18 How do I open setting > General > Date & Time from my app
 
 
Q