-
Bug
-
Resolution: Fixed
-
Low
-
None
-
1
-
Severity 3 - Minor
-
Issue Summary
Customer was attempting to migrate and encountered an issue that returned an error of 'data is malformed' for a date-stamp.
Steps to Reproduce
customer had data in changeitem table that was populated as 2014-03-17T18:30-0400
id | groupid | fieldtype | field | oldvalue | oldstring | newvalue | newstring | fieldid | nextchanged |
---|---|---|---|---|---|---|---|---|---|
198519 | 136270 | custom | ADD Deployment Date | 2014-03-17T18:30-0400 | 17/Mar/14 6:30 PM | customfield_11600 |
Expected Results
The migration should complete without issue
Actual Results
Migration fails due to:
java.lang.IllegalArgumentException: Invalid format: "2014-03-17T18:30-0400" is malformed at "-0400"
Workaround
Workaround was to manually update the datestamp fields where we added the seconds and milliseconds to the data
Form Name |
---|