Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit f3bc0a0

Browse files
committed
Breaking change – Remove deprecated rfc3339DateFormatter()
1 parent 31292ae commit f3bc0a0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

WordPressKit/NSDate+RFC3339.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ extension NSDate {
44

55
static let rfc3339Formatter = DateFormatter.rfc3339Formatter
66

7-
@objc
8-
@available(*, deprecated, message: "Please use the static property instead. This is here for backwards compatibility and will soon be removed.")
9-
public static func rfc3339DateFormatter() -> DateFormatter {
10-
rfc3339Formatter
11-
}
12-
137
/// Parses a date string
148
///
159
/// Dates in the format specified in http://www.w3.org/TR/NOTE-datetime should be OK.

0 commit comments

Comments
 (0)