Page 1 of 1
No distinction between AM and PM times
PostPosted:Wed Feb 10, 2010 1:39 pm
by jhashe
Hello,
I have a *little* trouble with time display. If some operations are done the afternoon (for example at 13h00), the time which is displayed only say "01:00:00" (and not 01:00:00PM or 13:00:00). So we have no mean to know if was done during the morning or the afternoon.
Re: No distinction between AM and PM times
PostPosted:Wed Feb 10, 2010 7:30 pm
by jllort
Yes I see, it's a bug probably in date pattern. Eight a clock in afternoon must be 20:00 not 8:00
I'll put in our tracking system.
Re: No distinction between AM and PM times
PostPosted:Thu Feb 11, 2010 8:34 am
by jllort
Solved in source code, it'll be right in version 5.0
Re: No distinction between AM and PM times
PostPosted:Mon Jul 25, 2011 8:26 am
by Catscratch
Hi,
I've got version 5.0.4 and the problem sill exists. Is there a configuration paramter to specify the time pattern?
Re: No distinction between AM and PM times
PostPosted:Mon Jul 25, 2011 8:22 pm
by pavila
I'm pretty sure it is solved in OpenKM 5.1.7
Re: No distinction between AM and PM times
PostPosted:Tue Jul 26, 2011 5:59 am
by Catscratch
Ok, so I have to wait for a migration guide from 5.0.4 to 5.1.x
Re: No distinction between AM and PM times
PostPosted:Sun Aug 21, 2011 3:04 pm
by maxcus
Hi,
I verified both the version 5.1.7 and the online demo version and the problem still exists.
Re: No distinction between AM and PM times
PostPosted:Fri Aug 26, 2011 7:56 am
by jllort
Can you capture a screenshot and tell me which language package are you using?
Re: No distinction between AM and PM times
PostPosted:Mon Aug 29, 2011 1:46 pm
by maxcus
I am using the Italian, English, Francois and Deutsche language packs.
I analyzed the language packs and recognized that the problem is in the date pattern query. (INSERT INTO OKM_TRANSLATION (TR_MODULE, TR_KEY, TR_TEXT, TR_LANGUAGE) VALUES ('frontend', 'general.date.pattern', 'dd.MM.yyyy hh:mm:ss', 'fr-FR');) . The 'dd.MM.yyyy hh:mm:ss' value has to be modified to 'dd.MM.yyyy HH:mm:ss' .
I modified the language packs as described above, uploaded the modified language packs and the time format is now displayed correct.
Re: No distinction between AM and PM times
PostPosted:Tue Aug 30, 2011 9:56 am
by pavila
You are right. I've created an issue to handle this bug at
http://issues.openkm.com/view.php?id=1756.
Re: No distinction between AM and PM times
PostPosted:Tue Aug 30, 2011 10:07 am
by pavila
Also corrected Italian, English, Francois and Deutsche language packs.
Re: No distinction between AM and PM times
PostPosted:Thu Sep 01, 2011 9:36 am
by Catscratch
Do you include it into the next release? 5.1.8?
Re: No distinction between AM and PM times
PostPosted:Thu Sep 01, 2011 3:55 pm
by jllort
Language package are on wiki.openkm.com at language package section, you can donwload there and install in your OpenKM installation.
Re: No distinction between AM and PM times
PostPosted:Fri Sep 02, 2011 6:50 am
by pavila
The english translation is included in OpenKM by default, and this fix will be included in the next release.