Summary | Horde strftime not handling linux %- |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Duplicate |
Priority | 2. Medium |
Owners | |
Requester | js (at) cvut (dot) cz |
Created | 01/03/2012 (4931 days ago) |
Due | |
Updated | 01/03/2012 (4931 days ago) |
Assigned | |
Resolved | 01/03/2012 (4931 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Horde strftime not handling linux %-
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
time format like %-d.%-m.%Y. It's incomming from czech locale on all
linux distros and case errors in Kronolith and other places.
This format is not said in RFC, POSIX ... But functions in C and PHP
is working and accepting this - By default, date pads numeric fields
with zeroes. GNU date, but not BSD date, recognizes - (hyphen) do not
pad the field and _ (underscore) pad the field with spaces between %
and a numeric directive.
Solution for all people is to patch every new version of Horde
framework, or you can make this functionality to horde functions, will
be it possible please?
http://bugs.horde.org/ticket/10435
http://bugs.horde.org/ticket/10759
Yes, it is bug...