>>536425268
To sort games by date the code will parse any standard-formatted date into Javascript's Date.parse() function and it gives me a timestamp which is easy to sort. However Steam's API sends through vague dates like "Q1 2026" or "Dec 2025", or "Coming Soon" - but these can't be parsed into timestamps so I have a function which maps those vague dates into useful dates.
In this case I forgot to add a mapping for October.