Skip to content

Commit 3ec8dfb

Browse files
authored
Merge pull request #610 from xwu/time-zone-remove-raw-value
Make empty NSNotification.Name.NSSystemTimeZoneDidChange.rawValue
2 parents ab63b51 + 58b375f commit 3ec8dfb

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)