6.0.0-alpha14
6/25/25

[#14348] Failed to parse time string for german "%a %x" dates
Summary Failed to parse time string for german "%a %x" dates
Queue Horde Framework Packages
Type Bug
State Resolved
Priority 1. Low
Owners mrubinsk (at) horde (dot) org
Requester michael.menge (at) zdv (dot) uni-tuebingen (dot) de
Created 05/02/2016 (3341 days ago)
Due
Updated 10/20/2017 (2805 days ago)
Assigned 05/02/2016 (3341 days ago)
Resolved 05/04/2016 (3339 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
10/20/2017 08:33:55 PM Git Commit Comment #10 Reply to this comment
Changes have been made in Git (FRAMEWORK_5_2):

commit bb5a36267c016bef4915dfd0e6921bfe9bfdbbc3
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date:   Tue, 03 May 2016 12:08:45 -0400

Bug: 14348 Match the format we use to generate the datetime string.

  M lib/Nag.php

https://github.com/horde/nag/commit/bb5a36267c016bef4915dfd0e6921bfe9bfdbbc3
09/06/2017 08:28:25 AM michael (dot) menge (at) zdv (dot) uni-tuebingen (dot) de Comment #9 Reply to this comment
I suspect that this commit is unrelated to this bug.

[Show Quoted Text - 18 lines]
09/06/2017 08:18:25 AM Git Commit Comment #8 Reply to this comment
Changes have been made in Git (master):

commit 1ede0a4d30fa21cac0bb56eed93730f3d1a415df
Author: Moritz Venn <ritzmo@php.net>
Date:   Thu Apr 16 15:10:51 2009 +0000

     implement fr#14348: allow width/height for images


     git-svn-id: 
https://svn.php.net/repository/pear/packages/Text_Wiki/trunk@278841 
c90b9560-bf6c-de11-be94-00142212c4b1

  Text/Wiki/Parse/Mediawiki/Wikilink.php | 38 
+++++++++++++++++++++-------------
  1 file changed, 24 insertions(+), 14 deletions(-)

http://github.com/horde/horde/commit/1ede0a4d30fa21cac0bb56eed93730f3d1a415df
05/04/2016 08:29:32 AM Jan Schneider State ⇒ Resolved
 
05/04/2016 08:19:50 AM michael (dot) menge (at) zdv (dot) uni-tuebingen (dot) de Comment #7 Reply to this comment
Does this fix it for you?
Yes, thanks
05/03/2016 05:09:24 PM Michael Rubinsky Comment #6
Assigned to Michael Rubinsky
Reply to this comment
Does this fix it for you?
05/03/2016 10:23:40 AM michael (dot) menge (at) zdv (dot) uni-tuebingen (dot) de Comment #3 Reply to this comment
Sounds like duplicate of Bug: 14303
yes it sounds like the same general probelm, that the format generated 
by the  date picker
is not the expected format of the parser. But we use Nag 4.2.9 which 
includes the fix for Bug 14303.
So either the fix introduced a problem in some cases, or it didn't fix 
it for all cases
Atm i don't have a test system to test if the problem was present in 
Nag 4.2.8 or not.

I am fine with merging with, and reopening bug 14303

.



05/02/2016 05:40:20 PM Michael Rubinsky Comment #2
State ⇒ Feedback
Reply to this comment
Sounds like duplicate of Bug: 14303
05/02/2016 10:33:46 AM michael (dot) menge (at) zdv (dot) uni-tuebingen (dot) de Comment #1
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Failed to parse time string for german "%a %x" dates
Type ⇒ Bug
Priority ⇒ 1. Low
Reply to this comment
I don't know if this is a Nag or Horde_Date bug.

If a user selects "date_format_mini" = "%a %x" and "language" = 
"de_DE" in horde_prefs
and ties to create a new task with due date, the automatic inserted 
due date, and dates selected
with the icon use the "%a %x" format, but Horde_Date fails to parse 
e.g.  "Sa 30.04.2016 11:49"
with "Failed to parse time string".

EMERG: HORDE [nag] Zeitformat (Sa 30.04.2016 11:49) nicht erkannt [pid 
12024 on line 394 of "/usr/share/pear/Horde/Date.php"]

Selecting "date_format_mini" = "%x", or Changing the language to 
"en_US" or removing the "Sa "
from the due date, enables Horde_Date to parse the date.

Creating an new event Kronolith uses "%x" even if "%x %a" is selectet 
as date_format_mini


nag                          4.2.9
Horde_Date           2.3.0
horde                       5.2.10
kronolith                  4.2.16


Saved Queries