Swedish Locale for DateTime

Hello all!

I want to use DateTime as a system to interpret different unix timestamps to turn them into readable time strings. I want this in the swedish format of displaying time. However it does not work and just gives me an error which is telling me that the locale sv-se does not exist. Is there a way to add a locale to the server or in any other way work my way around this to format it correctly?

Thanks for any answer.
vike001141

We can’t help you if you don’t provide us with your code.

This is not the code I use, but it shows the same problem

According to this site, the locale code for swedish is sv-se.

The code:

print(DateTime.now():FormatUniversalTime("LLLL","sv-se"))

The error it spits out

Error in loading DateTimeLocaleConfig file of sv-se (Unable to load rbxasset://configs/DateTimeLocaleConfigs/sv-se.json)

Any idea?

Have you tried something like this ?