Wrong Dating
under review
Jost
Thanks for reporting. What is your Locale? You can check in dev tools in the browser (press F12) and then type "navigator.language" into the console.
Bifld
It is set to the US. Is there a way to change this to another country?
Bifld
I have solved it, thanks. To change date settings the in browser language has to be changed to the specific country's language.
Jost
Bifld Okay this is a good fix. I plan to fix the datetime format issues in the extension in the future as well (currently I check for individual Locales which is error prone, normally you would save the timestamp as UTC in the database and then convert to the users Locale).
Jost
under review