Closed
Bug 145310
Opened 23 years ago
Closed 23 years ago
Mailclient to show time in 24 hour format
Categories
(SeaMonkey :: MailNews: Message Display, enhancement)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 100790
People
(Reporter: jonas, Assigned: sspitzer)
Details
It would be nice to have the mailclient to show the time in 24 hour format under
all (at least linux and Solaris) OS:es. Right now it only displays time in 12
hour am/pm format (as said at least under linux and Solaris).
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: 23 years ago
Resolution: --- → DUPLICATE
verified udp
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•