swiftlang / swift-evolution-metadata-extractor

JSON metadata generator for Swift Evolution dashboard.
Apache License 2.0
9 stars 2 forks source link

Use full ISO 8601 date strings #6

Closed dempseyatgithub closed 6 months ago

dempseyatgithub commented 6 months ago

Use full ISO 8601 date strings for review period start and end dates.

For the following reasons:

The dates generated for review periods will match how the SE Dashboard currently interprets the date values, midnight in UTC.

This change will require no change in the SE Dashboard. Its JavaScript will accept the new date string format without changes.