Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

Cannot change Thunderbird Lightning to use 12 hour calendar format

  • 1 відповідь
  • 3 мають цю проблему
  • 1 перегляд
  • Остання відповідь від Wine_Curmudgeon

more options

I am using Fedora Linux, KDE desktop. The Thunderbird calendar page shows all times on a 24 hour clock. I need this to be in a 12 hour AM/PM format.

I've tried exporting LC_TIME="en_US.utf-8" and LC_ALL="en_US.utf-8" but that doesn't make a difference.

The clock in my task bar does show 12 hour AM/PM format, so my desktop, in general, has the correct format, but the Thunderbird calendar appears to be ignoring that setting.

How can I force Thunderbird calendar to use a 12 hour AM/PM format?

I am using Fedora Linux, KDE desktop. The Thunderbird calendar page shows all times on a 24 hour clock. I need this to be in a 12 hour AM/PM format. I've tried exporting LC_TIME="en_US.utf-8" and LC_ALL="en_US.utf-8" but that doesn't make a difference. The clock in my task bar does show 12 hour AM/PM format, so my desktop, in general, has the correct format, but the Thunderbird calendar appears to be ignoring that setting. How can I force Thunderbird calendar to use a 12 hour AM/PM format?

Обране рішення

I found a workaround. I shut down thunderbird, then edited my prefs.js and added two lines:

user_pref("intl.date_time.pattern_override.time_medium", "hh:mm:ss a"); user_pref("intl.date_time.pattern_override.time_short", "hh:mm a");

When I restarted thunderbird it was using a 12 hour format.

Читати цю відповідь у контексті 👍 1

Усі відповіді (1)

more options

Вибране рішення

I found a workaround. I shut down thunderbird, then edited my prefs.js and added two lines:

user_pref("intl.date_time.pattern_override.time_medium", "hh:mm:ss a"); user_pref("intl.date_time.pattern_override.time_short", "hh:mm a");

When I restarted thunderbird it was using a 12 hour format.