Summary | Wrong formatting for date fields |
Queue | Nag |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 10/18/2012 (4644 days ago) |
Due | |
Updated | 10/27/2012 (4635 days ago) |
Assigned | |
Resolved | 10/18/2012 (4644 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 4cd02435e6c6ae2f7096b64515baa4ca9004b0f5
Author: Jan Schneider <jan@horde.org>
Date: Thu Oct 18 12:58:36 2012 +0200
Revert "
Bug: 11537Output a formatted datetime when converting toHash."This reverts commit 7a58d380086552bc6bae786299a2050c599d02f6.
This commit broke editing of tasks (
Bug #11549).nag/lib/Task.php | 14 ++++----------
1 files changed, 4 insertions(+), 10 deletions(-)
http://git.horde.org/horde-git/-/commit/4cd02435e6c6ae2f7096b64515baa4ca9004b0f5
State ⇒ Resolved
commit 4cd02435e6c6ae2f7096b64515baa4ca9004b0f5
Author: Jan Schneider <jan@horde.org>
Date: Thu Oct 18 12:58:36 2012 +0200
Revert "
Bug: 11537Output a formatted datetime when converting toHash."This reverts commit 7a58d380086552bc6bae786299a2050c599d02f6.
This commit broke editing of tasks (
Bug #11549).nag/lib/Task.php | 14 ++++----------
1 files changed, 4 insertions(+), 10 deletions(-)
http://git.horde.org/horde-git/-/commit/4cd02435e6c6ae2f7096b64515baa4ca9004b0f5
- Use the "English (American)" locale + Kolab backend
- Create a new task
- Enable the due date, keep the default date (tomorrow)
- The task list correctly shows the right due date
- Open the task in edit mode
Now the due date jumps to "01/01/1970".
format. It's the *locale's* preferred format.
What about the "01/01/1970" part I reported? That's clearly a bug.
State ⇒ Not A Bug
It's the *locale's* preferred format.
State ⇒ Unconfirmed
There's no American date format configured there.
State ⇒ Not A Bug
New Attachment: horde_datetime_settings.png
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Nag
Summary ⇒ Wrong formatting for date fields
Type ⇒ Bug
First issue: When I create a new task in nag, the date format for "due
by" and "Delay Start Until" is American even though I configured horde
for something else.
Value upon new task creation: "10/19/2012".
Attached is a screenshot of my datetime settings.
Second issue: The set "due" date is displayed correctly in the task list.
When I open the task for editing again, it's set to "01/01/1970".
Cheers,
Thomas