-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not using 24 hour format #238
Comments
Croodle is using a plain The only alternative would be using an UI widget for time input that isn't browsers default. But that will likely result in other issues. Is having another system and browser locale than your preferred one for Croodle a likely scenario? Is this caused by Tails or TOR? |
Sorry for the late replay. I created a test in TorBrowser: https://www.systemli.org/poll/#/poll/zWrueeAzAu/participation?encryptionKey=AML9TedlNQABpFklxAMVac3P37PoN7FS9zfnD2wb TorBrowser is per default in English and I picked German language in the croodle interface. |
Maybe we can make the locale change also change the |
Quickly tried to do so but it's either not working or I did something wrong. I used this HTML and opened it in a browser, which uses 24 hour format as default. It shows 24 format regardless of <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<input type="time">
</body>
</html> |
Meh. Googling this problem only results in solutions involving custom elements. |
Although I selected German locale croodle still shows AM/PM time picker.
My system and browser locale is English. Maybe this interferes in an unexpected way?
Selecting German in Quick Locale Switcher also doesn't help.
Croodle v0.5.6
The text was updated successfully, but these errors were encountered: