You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Swift Evolution proposals.json file is moving to use full ISO 8601 date strings for review period start and end dates.
The default ISO8601DateFormatter will parse the updated date strings without additional configuration.
It appears the only dependency on the current format is the inputDateFormatter in SwiftEvolution.swift. Updating to use ISO8601DateFormatter should address the change.
The Swift Evolution
proposals.json
file is moving to use full ISO 8601 date strings for review period start and end dates.The default
ISO8601DateFormatter
will parse the updated date strings without additional configuration.It appears the only dependency on the current format is the
inputDateFormatter
inSwiftEvolution.swift
. Updating to useISO8601DateFormatter
should address the change.The text was updated successfully, but these errors were encountered: