fix: make seasonal EDTF dates display properly in item metadata #154
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

GitHub Issue: #153
What does this Pull Request do?
This PR fixes the bug where EDTF seasonal codes (21-41) were displayed as raw numeric values (e.g. 1981-21) in the item metadata. It ensures that these codes are now translated into human-readable strings (e.g. Spring 1981 for 1981-21) as per the EDTF standards.
What's new?
No (this is only a display fix since we already have support for EDTF)
No
(i.e. Regeneration activity, etc.)?
No
No (it only changes how the seasonal dates are displayed)
How should this be tested?
Additional Notes:
The PR forces a "Month [space] Year" order for because it makes more sense to use it over standard "Big-endian" formatting (Year-Month) (i.e., Spring 1981 is preferred over 1981 Spring).