Fix creation dates for a few maps#1026
Merged
calcastor merged 4 commits intoOvercastCommunity:masterfrom Mar 2, 2025
Merged
Conversation
Member
|
Looks good to me. I’ll wait on the others to chime in if they need to. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
While working on #1023 I identified a few maps where the creation date was some time later than when they were added to the repo. This PR fixes the following four:
Columbia CTW had a creation date of
2021-11-28added in commit 772443c, but it was loaded on2021-02-17in commit 832dcd37. (~284 day difference)Emergency Meeting was loaded on
2022-01-07in commit ff656d1a. Commit 1ec57bc added the date2022-12-21. (~348 day difference)Annealing III had the month and day flipped when it was originally added in commit e5a3441d. (~60 day difference)
Riot in Prison RAGE originally had a creation date of
2021-11-08in the initial commit 91341c4e, but for some reason it was bumped to2022-05-29in 2fb9bbb. (~114 day difference)The rest of the maps I identified have dates within a few days of the first commit, so I skipped them for now.