<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Wrong Kronolith.conf.date_format </title> 
  <pubDate>Fri, 10 Apr 2026 13:50:12 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/10435</link> 
  <atom:link rel="self" type="application/rss+xml" title="Wrong Kronolith.conf.date_format " href="https://bugs.horde.org/ticket/10435/rss" /> 
  <description>Wrong Kronolith.conf.date_format </description> 
 
   
   
  <item> 
   <title>Hi,
when i change language from English-&gt;Czech, then in dyn</title> 
   <description>Hi,
when i change language from English-&gt;Czech, then in dynamic kronolith  Kronolith.conf.date_format  have weird format &quot;%-d%-m.yyyy&quot; (start and end date). If i want edit event then i see   &quot;%-d%-m.2011&quot;. When i want create event then i see at least numbers &quot;%-17-%-34.2011 (second number are minutes)

 I tried change in Horde date_format and date_format_mini, but it doesnt help. In traditional calendar is everything ok. I tried also Germen, French, Slovak and they are ok. Something specific to  czech language?
Any hint?


I have latest stable h4 (horde, imp.ingo,kronolith,mnemo,nag,turba).
os : debian - latest stable x64
apache 2.2.16
php 5.3.3-7+squeeze3
postgresql 8.4</description> 
   <pubDate>Wed, 17 Aug 2011 13:35:56 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10435#t67016</link> 
  </item> 
   
  <item> 
   <title>I probable found problem. 
In (kronolith) lib/Event.php is </title> 
   <description>I probable found problem. 
In (kronolith) lib/Event.php is in function toJson  line:
 $json-&gt;sd = $this-&gt;start-&gt;strftime(&#039;%x&#039;);
if i change it to:
 $json-&gt;sd = $this-&gt;start-&gt;strftime(&#039;%d.%m.%Y&#039;); 
(and for end date same) then it works ok. 
Same problem is in button &quot;Today&quot; in dyn. kronolith (date_format_mini) ... but if i change it to  anything different (from %x), it works ok.

Seen to be problem only in czech language ... </description> 
   <pubDate>Thu, 18 Aug 2011 13:28:45 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10435#t67030</link> 
  </item> 
   
  <item> 
   <title>You have broken system locales then.</title> 
   <description>You have broken system locales then.</description> 
   <pubDate>Thu, 18 Aug 2011 14:18:28 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10435#t67031</link> 
  </item> 
   
  <item> 
   <title>Though I see this too, no idea what&#039;s going on.</title> 
   <description>Though I see this too, no idea what&#039;s going on.</description> 
   <pubDate>Thu, 18 Aug 2011 16:09:30 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10435#t67033</link> 
  </item> 
   
  <item> 
   <title>I just install actual version of horde with Kronolith and ha</title> 
   <description>I just install actual version of horde with Kronolith and have the same problem in czech language (not possible to add event in calendar).
I was trying to change lib/Event.php as described but it does not work.
Then I found similar problem:
http://permalink.gmane.org/gmane.comp.horde.devel/19824
.. but it does not help me too.
I try to change js/date/cs-CZ.js according to german one, but it does not help too.. :-(
</description> 
   <pubDate>Thu, 03 May 2012 13:48:19 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10435#t71337</link> 
  </item> 
   
  <item> 
   <title>I dont know reason but horde use owen version of strftime. T</title> 
   <description>I dont know reason but horde use owen version of strftime. This function in php works but horde version with cs_CZ.UTF8 no. They have some tests for locales and their tests for cs_CZ dont fail .. so it;s hard to explain.

very short and working patch is already in different id bug. Shortly (copy &amp; paste):


          Working pactch is add this line to Nls.php:
           self::$_cache[&#039;nl_info&#039;][$item] =
            preg_replace(&#039;/%-([dm])/&#039;,&#039;%$1&#039;,self::$_cache[&#039;nl_info&#039;][$item]);
             just before return in getLangInfo($item) - but that not nice patch :-)


 </description> 
   <pubDate>Thu, 03 May 2012 14:19:26 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10435#t71338</link> 
  </item> 
   
  <item> 
   <title>&gt; I dont know reason but horde use owen version of strftime.</title> 
   <description>&gt; I dont know reason but horde use owen version of strftime. This 
&gt; function in php works but horde version with cs_CZ.UTF8 no. They have 
&gt; some tests for locales and their tests for cs_CZ dont fail .. so it;s 
&gt; hard to explain.
&gt;
&gt; very short and working patch is already in different id bug. Shortly 
&gt; (copy &amp; paste):
&gt;
&gt;
&gt;           Working pactch is add this line to Nls.php:
&gt;            self::$_cache[&#039;nl_info&#039;][$item] =
&gt;             preg_replace(&#039;/%-([dm])/&#039;,&#039;%$1&#039;,self::$_cache[&#039;nl_info&#039;][$item]);
&gt;              just before return in getLangInfo($item) - but that not 
&gt; nice patch :-)
&gt;
Thank You very much for Your answer, but in my version of horde (Horde Groupware 4.0.7, in which is Horde 4.0.14 and Calendar (kronolith) 3.0.16), I can found only: horde_install_dir/config/nls.php and in this file there is only array of configuration for languages, but no function at all..</description> 
   <pubDate>Thu, 03 May 2012 17:12:24 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10435#t71340</link> 
  </item> 
   
  <item> 
   <title>Well, not all files are in install dir :). Check  /usr/share</title> 
   <description>Well, not all files are in install dir :). Check  /usr/share/php/Horde/Nls.php </description> 
   <pubDate>Thu, 03 May 2012 17:34:28 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10435#t71341</link> 
  </item> 
   
  <item> 
   <title>Same problem with date format in Czech as above (pic in atta</title> 
   <description>Same problem with date format in Czech as above (pic in attachment).

Versions:
horde: 5.0.0beta 5
kronolith: 4.0.0beta1

apache2: 2.2.16-6+squeeze7
php5: 5.3.3-7+squeeze14</description> 
   <pubDate>Tue, 11 Sep 2012 16:37:06 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10435#t72845</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (master):

commit 3adde19ef06f</title> 
   <description>Changes have been made in Git (master):

commit 3adde19ef06fbb071ed49a3b5e4bf2e94ed36b14
Author: Jan Schneider &lt;jan@horde.org&gt;
Date:   Wed Oct 17 11:56:03 2012 +0200

    Support non-padding operators in date formatting (Bug #10435).

 .../Core/lib/Horde/Core/Script/Package/Datejs.php  |    4 +-
 framework/Core/package.xml                         |    2 +
 framework/Date/lib/Horde/Date.php                  |   26 ++++++++++----------
 framework/Date/package.xml                         |    4 +-
 4 files changed, 19 insertions(+), 17 deletions(-)

http://git.horde.org/horde-git/-/commit/3adde19ef06fbb071ed49a3b5e4bf2e94ed36b14</description> 
   <pubDate>Wed, 17 Oct 2012 09:56:16 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10435#t73686</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (develop):

commit 3adde19ef06</title> 
   <description>Changes have been made in Git (develop):

commit 3adde19ef06fbb071ed49a3b5e4bf2e94ed36b14
Author: Jan Schneider &lt;jan@horde.org&gt;
Date:   Wed Oct 17 11:56:03 2012 +0200

    Support non-padding operators in date formatting (Bug #10435).

 .../Core/lib/Horde/Core/Script/Package/Datejs.php  |    4 +-
 framework/Core/package.xml                         |    2 +
 framework/Date/lib/Horde/Date.php                  |   26 ++++++++++----------
 framework/Date/package.xml                         |    4 +-
 4 files changed, 19 insertions(+), 17 deletions(-)

http://git.horde.org/horde-git/-/commit/3adde19ef06fbb071ed49a3b5e4bf2e94ed36b14</description> 
   <pubDate>Sat, 27 Oct 2012 00:56:14 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10435#t74068</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
