chop-dbhi / cilantro

Official client for Harvest (http://harvest.research.chop.edu)
http://cilantro.harvest.io
Other
28 stars 8 forks source link

Set x/y type to datetime(instead of linear) for datetime simple_types #741

Closed naegelyd closed 9 years ago

naegelyd commented 9 years ago

Fix #740.

Signed-off-by: Don Naegely naegelyd@gmail.com

naegelyd commented 9 years ago

Note, this will treat datetime simple types identically to date simple types. Also, time will still just be considered linear. There are definitely more opportunities for improvement(adding support for time, parsing the time portion of datetime, etc...) here but they can be done in another PR or as part of #505.