View Issue Details

IDProjectCategoryView StatusLast Update
0002157SOGoWeb Generalpublic2013-01-11 20:29
Reporterryacketta Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version2.0.3a 
Summary0002157: setting SOGoTimeFormat to %l:%M displays wrong time format
Description

Updated our config to use %l:%M and now we see times displayed like

Monday, 07 January, 2013 %l:00 EST

Also unable to set it to use %r

Additional Information

from strftime:
%l The hour (12-hour clock) as a decimal number (range 1 to 12); single digits are preceded by a
blank. (See also %I.) (TZ)

%r The time in a.m. or p.m. notation. In the POSIX locale this is equivalent to %I:%M:%S %p. (SU)

TagsNo tags attached.

Activities

2013-01-04 15:16

 

sogo-SOGoTimeFormat.jpg (25,127 bytes)   
sogo-SOGoTimeFormat.jpg (25,127 bytes)   
francis

francis

2013-01-11 20:29

administrator   ~0005149

Use %k instead.

Refer to the GNUstep documentation:

http://www.gnustep.org/resources/documentation/Developer/Base/Reference/NSCalendarDate.html#method$NSCalendarDate-descriptionWithCalendarFormat$locale$

Issue History

Date Modified Username Field Change
2013-01-04 15:16 ryacketta New Issue
2013-01-04 15:16 ryacketta File Added: sogo-SOGoTimeFormat.jpg
2013-01-11 20:29 francis Note Added: 0005149
2013-01-11 20:29 francis Status new => closed
2013-01-11 20:29 francis Resolution open => fixed