Calendar, date and time not converting in dashboard. C5 8.3.2

Permalink
Need some help how to get the Calendar in the dashboard to change according to locale. Locale is set to sv_SE (Sweden), and in the frontend it works fine and uses 24 hours and the week is from Monday - Sunday. However, in the dashboard the week starts on Sunday, and the time format is in am/pm when adding a new event.
It feels like I have gone thru every possible file, but I can't seem to find where this is set for the Calendar in the dashboard.
Please give me some help with this. I would be very greatful. Thank's

 
JohntheFish replied on at Permalink Reply
JohntheFish
The dashboard locale is different to the front end locale. Its normally set when a site is installed, but can also be chosen by a user on login. So an admin can work in German for a site where the front end is in Japanese.

/dashboard/system/basics/multilingual
birgit replied on at Permalink Reply
From what I can see, both front end and dashboard are set to sv_SE. And in concrete.php and site.php, both say sv_SE as well.
It is just the Calendar in the dashboard behaving like this. Everything else where date and time is being used, is showing the "right" way.
JohntheFish replied on at Permalink Reply
JohntheFish
Calendar used to be an addon, then got integrated with the core at 8.3. Its quite possible some aspects of internationalisation got missed. Or that the jQuey widget used doesn't internationalise fully. Have a look on Github for issues relating to the calendar and, if its not already reported or fixed, open a new issue.
birgit replied on at Permalink Reply
Thank you. I'll look into some more and will check on Github. I have tried to find information on this problem at fullcalender.io, but couldn't find anything since this now is integrerated with Concrete5. On fullcalendar it refers to files and catalogs not included in C5.