-
Notifications
You must be signed in to change notification settings - Fork 228
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
Adding a option to change to 24 hour format in Debian #943
Comments
i have had a look and there is no settings option, where we you see this reside? |
what are your opinions @ChrisTitusTech on such a change, could a separate section be added for such? |
in my honest opinion it sounds like a valid change, do you plan to look at it @bungadrum ? |
a settings section could be useful to configure the locale but maybe we can check with @ChrisTitusTech ? |
are we sure it has locale in the installation i might have a look, i don't know if experienced this issue before? |
Is your feature request related to a problem? Please describe.
The latest version of Debian doesn't ship with a 24h format, but with 12 hour AM/PM instead. It takes a lot of messing in the terminal to change it. I use the EU format not the US one can you add a easy way to change that. Unlike Ubuntu Debian doesn't configure the Locale for you in the installer even if you set your location outside of US. Debian is very messy when it comes to changing and reconfiguring locales and time formats can you make it simpler for regular use?
Describe the solution you'd like
Adding a update/change locale option and a alternative to the US time. Similar when you do
dpkg-reconfigure locales
it would list all available locales and you would pick and change to one that suits your needs.Examples:
update-locale LC_TIME=C.UTF-8
LC_TIME to en_GB.UTF-8
Describe alternatives you've considered
Listing all Locale options under Settings in Linutil. This would mostly be for Debian and Arch users. There could be a Locale category with available options as well.
Additional context
N/A
Checklist
The text was updated successfully, but these errors were encountered: