cardillo / joinery

Data frames for Java
https://joinery.sh
GNU General Public License v3.0
697 stars 167 forks source link

Date format: option to display milliseconds #57

Closed chris-ch closed 6 years ago

chris-ch commented 7 years ago

The client can control the date format when serializing to CSV. Had to make optional dependencies required in order for the tests to run out of the box. The DataFrameTimeSeriesTest would not run on a JVM whose Locale is not US.

cardillo commented 6 years ago

Closing until conflicts/comments are resolved.