Skip to content

Use ISO8601DateFormatter for Swift Evolution dates #34

@dempseyatgithub

Description

@dempseyatgithub

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.

static var inputDateFormatter = ISO8601DateFormatter()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions