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!

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

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.