| Summary: | there's no way to switch to the standard 24 hour display | ||
|---|---|---|---|
| Product: | [Applications] korganizer | Reporter: | test |
| Component: | timezones | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | dvratil, test, winter |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/pim/eventviews/-/commit/3aedc1dbf467c63314440292362a2d41d3402625 | Version Fixed/Implemented In: | 6.5.0 |
| Sentry Crash Report: | |||
| Attachments: | screenshot | ||
|
Description
test
2024-04-18 09:48:07 UTC
Please provide at least a screenshot so we can know what "unreadable" means in this context. The format of date and time displayed in KOrganizer is controlled by your locale settings, you can configure it in System Settings -> Region & Language. If the time format in KOrganizer doesn't match what you have configured in System Settings, please provide also screenshot of the System Settings page, so we can try to figure out what's wrong. Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! Created attachment 169498 [details]
screenshot
Sorry, I didn't see that this is on needinfo earlier.
It makes things unreadable to have all the times in the list doubled.
btw: you can set the environment variable LC_TIME="en_GB.UTF-8" and that would run korganizer (or kontact) completely in 24 hour time mode. for example from the command line try running LC_TIME="en_GB.UTF-8" kontact you could edit the desktop menu entry to set that environment variable for you whenever launching Kontact from the menus. or create a new desktop menu entry for "Kontact24" that does the same. I do plan (eventually) to add the 24-mode to the agendaview timelabels. A possibly relevant merge request was started @ https://invent.kde.org/pim/eventviews/-/merge_requests/124 Git commit 3aedc1dbf467c63314440292362a2d41d3402625 by Allen Winter. Committed on 01/06/2025 at 17:01. Pushed by winterz into branch 'master'. Agenda View - add feature to display timelabels in 24-hour clock M +15 -5 src/agenda/timelabels.cpp M +3 -0 src/agenda/timelabels.h M +25 -0 src/prefs.cpp M +3 -0 src/prefs.h https://invent.kde.org/pim/eventviews/-/commit/3aedc1dbf467c63314440292362a2d41d3402625 |