AHSAppDevTeam / Arcadia-High-Mobile-iOS

Official Github Repository for the iOS AHS Mobile App
MIT License
3 stars 1 forks source link

Fix issues with Calendar data #27

Closed richardwei6 closed 3 years ago

richardwei6 commented 3 years ago
  1. Weeks seem to be offset by 1 causing data to be shown for the next week.
  2. Due to the stupidity of Apple considering Sunday as the start of the week, all Sundays are misrepresented as part of the next week.
richardwei6 commented 3 years ago

https://stackoverflow.com/questions/51619628/swift-iso-8601-date-from-week-and-year

Possible solution is changing calendar to ISO standard.