Summary | CSV Export - empty recur_end_date change from 0-00-00 to 0000-00-00 |
Queue | Kronolith |
Queue Version | 4.0.2 |
Type | Enhancement |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | mampfikloss (at) hotmail (dot) com |
Created | 12/21/2012 (4592 days ago) |
Due | |
Updated | 01/15/2013 (4567 days ago) |
Assigned | |
Resolved | 01/15/2013 (4567 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
commit f19b4809746d5f647c8980572bd3261b795d323b
Author: Jan Schneider <jan@horde.org>
Date: Tue Jan 15 15:45:08 2013 +0100
Simplify date/time export (
Request #11917).kronolith/docs/CHANGES | 1 +
kronolith/lib/Application.php | 15 +++++----------
kronolith/package.xml | 2 ++
3 files changed, 8 insertions(+), 10 deletions(-)
http://git.horde.org/horde-git/-/commit/f19b4809746d5f647c8980572bd3261b795d323b
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ CSV Export - empty recur_end_date change from 0-00-00 to 0000-00-00
Type ⇒ Enhancement
State ⇒ New
not ending recurring events is set to "0-00-00". When importing this
into kronolith with the import function, the import process (Import,
Step 4) suggests the import field format for the "Imported field:
Recurrence End Date" to be MM-DD-YY, not YY-MM-DD. By changing the
export string format to "0000-00-00", the import process detects the
correct date format.