You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
someFixedMinute.format(minutes: .twoDigits) should be using the bare mm format string, but it ends up as just m when going through the localization process. Same for Template<Second>.twoDigits.
The text was updated successfully, but these errors were encountered:
someFixedMinute.format(minutes: .twoDigits)
should be using the baremm
format string, but it ends up as justm
when going through the localization process. Same forTemplate<Second>.twoDigits
.The text was updated successfully, but these errors were encountered: