Rider uses Arabic date (Hijri date) instead of English

I recently switched to Rider, and I'm facing this issue: dates are presented in Arabic/Hijri date despite the fact that both the language of my machine (Mac) and the language in settings (System Settings>Language and Region) are set to English.

Running this code:
Console.WriteLine(DateTime.Now);

I get:

21/04/1446 بعد الهجرة 9:39:07 PM

This problem doesn't occur in VS Code.

I have tried changing the region in System Settings>Language and Region, but it's still the same. Changing the VM Options to English didn't solve the problem either.

-Xmx2048m
-Duser.language=en
-Duser.country=US

This is causing a huge problem when working with the database

0
1 comment

DOTNET_CLI_UI_LANGUAGE=en and PreferredUILang=en  may help.  Details can be found here: https://rider-support.jetbrains.com/hc/en-us/community/posts/9222549465234/comments/9792024757394 
 

0

Please sign in to leave a comment.