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

FSPT-208 Script to make nested JSON date strings consistent #134

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sfount
Copy link
Contributor

@sfount sfount commented Jan 8, 2025

For a ~2 week period application date_submitted properties were incorrectly set with timezone information (in this case consistently UTC with +00.00).

The consumer of these dates (the assess tool) has been updated in places to parse any valid ISO format but leaving different formats of dates could lead to unpredictable behaviour.

Update existing assessment records to make this consistent.

Depends on #126

For a ~2 week period application `date_submitted` properties were
incorrectly set with timezone information (in this case consistently UTC
with `+00.00`).

The consumer of these dates (the assess tool) has been updated in places
to parse any valid ISO format but leaving different formats of dates
could lead to unpredictiable behaviour.

Update existing assessment records to make this consistent.
@sfount sfount force-pushed the FSPT-208-update-existing-data branch from 4267220 to 1b8a2bc Compare January 8, 2025 16:59
Copy link

sonarqubecloud bot commented Jan 8, 2025

Quality Gate Failed Quality Gate failed

Failed conditions
B Maintainability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant