[akregator] [Bug 359191] aKregator does not honor LC_TIME / date and time in wrong format

2019-04-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=359191

p...@gmx.com changed:

   What|Removed |Added

 CC||p...@gmx.com

-- 
You are receiving this mail because:
You are the assignee for the bug.

[akregator] [Bug 359191] aKregator does not honor LC_TIME / date and time in wrong format

2016-08-03 Thread Geoff M via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359191

Geoff M  changed:

   What|Removed |Added

 CC||geo...@gmx.com

--- Comment #5 from Geoff M  ---
Akregator displays dates as DD/MM/YY hh:mm AM/PM
it's supposed to display time in EN_CA format - -MM-DD hh:mm AM/PM as
configured in my time format.
Don't know why this is still unconfirmed?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[akregator] [Bug 359191] aKregator does not honor LC_TIME / date and time in wrong format

2016-02-10 Thread Arek Guzinski via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359191

--- Comment #4 from Arek Guzinski  ---
ok, i see the problem now...

> I saw in your screenshot that all is in english so it's the problem.
yes, it is. and it should be, because, for several reasons, i prefer english as
my interface language. However, i really really hate the US/UK date format,
which is why i set my time to de_DE (btw: yes, i live in germany)

i had a quick look at the dolphin source code, where QLocale is used, which
displays the date the way i want it (dd.mm.). But QLocale does not support
anything like KLocale::FancyShortDate.
As FancyShortDate uses words, it seems to get its locale settings from the
LANGUAGE variable, instead of LC_TIME.

i think the correct way to handle this would be to use LANGUAGE for the words
and LC_TIME for the rest (as, i believe, it was in kde 4) which is, of course,
an issue for the kf5 libraries and not a bug in akregator. I'll file a report
there.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[akregator] [Bug 359191] aKregator does not honor LC_TIME / date and time in wrong format

2016-02-09 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359191

Laurent Montel  changed:

   What|Removed |Added

 CC||mon...@kde.org

--- Comment #1 from Laurent Montel  ---
screenshot please

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[akregator] [Bug 359191] aKregator does not honor LC_TIME / date and time in wrong format

2016-02-09 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359191

--- Comment #3 from Laurent Montel  ---
it used code for translated date: => for sure it will work
it's not a bug in akregator.
I saw in your screenshot that all is in english so it's the problem.
   return KLocale::global()->formatDateTime(article.pubDate(),
KLocale::FancyShortDate);

You need to verify your kde settings.
Perhaps install german language in your distro

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[akregator] [Bug 359191] aKregator does not honor LC_TIME / date and time in wrong format

2016-02-09 Thread Arek Guzinski via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359191

--- Comment #2 from Arek Guzinski  ---
Created attachment 97111
  --> https://bugs.kde.org/attachment.cgi?id=97111=edit
Screenshot

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs