MatthewYork / DateTools

Dates and times made easy in iOS
MIT License
7.22k stars 952 forks source link

Incorrect weekday return due to the private Apple RTExtensions catgory #282

Open revolter opened 5 years ago

revolter commented 5 years ago

It looks like Apple has a private NSDate category named RTExtensions that also has a weekday method, which returns values greater than 7.

xilin commented 5 years ago

+1