Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FSPT-208: script to make nested JSON date strings consistent
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.
- Loading branch information