Closed
Bug 212070
Opened 22 years ago
Closed 22 years ago
24-hour (instead AM/PM) time format for displaying message date
Categories
(MailNews Core :: Internationalization, enhancement)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 100790
People
(Reporter: it, Assigned: smontagu)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624
Would be nice to add an option: 12- or 24-hour display
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•22 years ago
|
||
Mozilla will use your "locale" - the *nix environment variable for nationalized
settings, to decide which time format to use. The locale setting for date and
time is LC_TIME. So add for instance this to your .bashrc or whatever rc file
that match your default shell:
export LC_TIME="en_GB"
and hours in mail will behave as desired on next startup from a shell where the
variable is set.
*** This bug has been marked as a duplicate of 100790 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•