MotionModel icon indicating copy to clipboard operation
MotionModel copied to clipboard

Date type casting fails to initialize time with different format

Open cognitiveflux opened this issue 11 years ago • 0 comments

A date column type will initialize a timestamp of 2014-10-28T22:30:00.000-07:00 to nil. Rather than limit the type casting to specific formats, the model should allow the specification of a format string to be applied when parsing a timestamp string. Proposed solution provided in #121.

cognitiveflux avatar Oct 31 '14 00:10 cognitiveflux