Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify schema to enforce UTC and timezones #353

Open
jayjacobs opened this issue Oct 9, 2024 · 0 comments
Open

Modify schema to enforce UTC and timezones #353

jayjacobs opened this issue Oct 9, 2024 · 0 comments
Labels
bug Something isn't working section:dates Schema location is dates

Comments

@jayjacobs
Copy link
Collaborator

Currently the timestamp values in the record are all over the place (see AWG #135)

These are a list of changes the schema to enforce clean storage of time stamps:

  • Modify the "timestamp" definition to reference UTC instead of GMT (Use UTC instead of GMT in JSON5 #289)
  • Make the inclusion of timezones non-optional (alternatively coordinate with CVE Services to ensure their issue 1274 will handle whatever input is allowed by the schema.
  • Remove "datestamp" definition field as it is not referenced or used anywhere in the schema. (the "timestamp" definition is referenced everywhere a date/time object is needed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working section:dates Schema location is dates
Projects
None yet
Development

No branches or pull requests

1 participant