We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c34d0 commit cd6ebe2Copy full SHA for cd6ebe2
Sources/FoundationEssentials/Date.swift
@@ -446,7 +446,7 @@ extension Date : _CustomPlaygroundQuickLookable {
446
#endif // FOUNDATION_FRAMEWORK
447
448
extension Date {
449
- // Julian day 0 (-4713-01-01 12:00:00 +0000) in CFAbsoluteTime to 506713-02-07 00:00:00 +0000, smaller than the max time ICU supported.
+ // Julian day 0 (-4712-01-01 12:00:00 +0000) in CFAbsoluteTime to 506713-02-07 00:00:00 +0000, smaller than the max time ICU supported.
450
package static let validCalendarRange = Date(timeIntervalSinceReferenceDate: TimeInterval(-211845067200.0))...Date(timeIntervalSinceReferenceDate: TimeInterval(15927175497600.0))
451
452
// aka __CFCalendarValidateAndCapTimeRange
0 commit comments