-
Notifications
You must be signed in to change notification settings - Fork 205
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Most languages have dates indexed from Monday to Sunday (following iso standards).
Swift's Calendar apis are indexed Sunday to Saturday.
Describe the solution you'd like
Most backwards compatible solution:
- add an isoWeekday property to DateComponents
Probably the more correct solution:
- when using an iso8601 calendar, weekdays should be indexed following iso standards
Additional context
Add any other context about the feature request here.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request