Skip to content

Commit 58b375f

Browse files
committed
Make empty NSNotification.Name.NSSystemTimeZoneDidChange.rawValue
1 parent ab63b51 commit 58b375f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Foundation/NSTimeZone.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,5 +294,5 @@ extension NSTimeZone {
294294
}
295295

296296
extension NSNotification.Name {
297-
public static let NSSystemTimeZoneDidChange = NSNotification.Name(rawValue: "NSSystemTimeZoneDidChangeNotification") // NSUnimplemented
297+
public static let NSSystemTimeZoneDidChange = NSNotification.Name(rawValue: "") // NSUnimplemented
298298
}

0 commit comments

Comments
 (0)