I am working on a puzzle for my game that involves inputting a string with the current date, and I wanted to match the inputted string to the current date with DateTime:FormatLocalTime(), but the problem is that in some regions, dates are ordered differently.
The function seems to require inputting a second string parameter that corresponds to a region, but I want that to be the player’s current region, how do I do this?