File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -229,8 +229,8 @@ public struct EnvironmentValues {
229229 isEnabled = true
230230 scrollDismissesKeyboardMode = . automatic
231231 isTextSelectionEnabled = false
232- calendar = . autoupdatingCurrent
233- timeZone = . autoupdatingCurrent
232+ calendar = . current
233+ timeZone = . current
234234 datePickerStyle = . automatic
235235 supportedDatePickerStyles = backend. supportedDatePickerStyles
236236 }
Original file line number Diff line number Diff line change @@ -1751,7 +1751,7 @@ public final class WinUIBackend: AppBackend {
17511751
17521752 customDatePicker. toggleTimeView ( shown: components. contains ( . hourAndMinute) )
17531753
1754- if environment. timeZone != . autoupdatingCurrent {
1754+ if environment. timeZone != . current {
17551755 print ( " environment.timeZone is has no effect in WinUIBackend. " )
17561756 }
17571757
You can’t perform that action at this time.
0 commit comments