Skip to content

Migration to new NSDate, NSCalendar, NSDateComponentsFormatter APIs #315

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 6 commits into from

Conversation

rfdickerson
Copy link

This change is Reviewable

@@ -134,8 +134,8 @@ public class NSDate : NSObject, NSCopying, NSSecureCoding, NSCoding {
offset in hours and minutes from UTC (for example,
"2001-03-24 10:45:32 +0600")
*/
public func descriptionWithLocale(_ locale: AnyObject?) -> String {
guard let aLocale = locale else { return description }
public func description(_ with: AnyObject?) -> String {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't these turn into

func description(with locale: AnyObject?) -> String

@rfdickerson rfdickerson deleted the migration branch April 15, 2016 15:02
@rfdickerson
Copy link
Author

Please disregard the previous PR and consider #325 instead.

atrick pushed a commit to atrick/swift-corelibs-foundation that referenced this pull request Jan 12, 2021
Update references to 'master' to 'main'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants