mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Update to latest RSCore
This commit is contained in:
@@ -100,7 +100,7 @@ struct ArticleStringFormatter {
|
||||
}
|
||||
|
||||
static func dateString(_ date: Date) -> String {
|
||||
if NSCalendar.rs_dateIsToday(date) {
|
||||
if Calendar.dateIsToday(date) {
|
||||
return timeFormatter.string(from: date)
|
||||
}
|
||||
return dateFormatter.string(from: date)
|
||||
|
||||
Reference in New Issue
Block a user