Detailed description of bug;
- When using
DateTime:FormatLocalTime()
for LocaleId “pl-pl”, the errorunordered_map::at: key not found
is returned. - I have not tested all languages, but this does not happen for other languages that Roblox does not officially support ( such as ru-ru )
Where the bug happens (be specific);
- All Environments
This requires me to wrap this call in a pcall, as I did not expect this API to error. If the DateTime configuration for “pl-pl” is not present on the client, I think it should default to “en-us”