| Summary: | 24hour time not displayed in Dolphin | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Russell <russell.davie> |
| Component: | view-engine: details mode | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | dolphin-bugs-null, p.r.worrall |
| Priority: | NOR | ||
| Version First Reported In: | 21.04.3 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Russell
2021-09-13 06:46:07 UTC
FYI: the "Absolute" date style uses the short date format for your region as configured in System Settings > Regional Settings > Formats. The time format you suggest is provided by the "Default (C)" option. thanks for the tip! It all fell into place after editing /etc/env.d/02locale and adding LC_TIME="C" and restarted the system editing /etc/env.d/02locale adding: LC_TIME="C" editing ~/bashrc adding: export LC_TIME="C" restarted the system |