CVEProject / cve-services

This repo contains the source for the CVE Services API.
Creative Commons Zero v1.0 Universal
154 stars 71 forks source link

Standardizing all timestamp values for historical records to UTC #1291

Open rbrittonMitre opened 2 weeks ago

rbrittonMitre commented 2 weeks ago

Summary

Analyze all records in the CVE Repository and identify non-empty date/time fields that are not in the ISO/UTC date/time format (YYY-MMM-DDThh:mm:ssZ . Modify all those dates to be in UTC date/time format.

Definition of Done

Note This User Story is related to #1274. Issue #1274 requests that a standard UTC format be used across all CVE records (i..e, historical and future). AWG discussion noted that this story should be broken into two stories and tracked separately. The scop of the original story will be ensuring that all dates in "future CVE Records" will be in UTC format. This story will be scoped to the same requirement for historical records.