jtablesaw / tablesaw

Java dataframe and visualization library
https://jtablesaw.github.io/tablesaw/
Apache License 2.0
3.56k stars 645 forks source link

tablesaw-core tests were failing due to case sensitivity of DateTimeFormatter #1202

Closed SahibYar closed 1 year ago

SahibYar commented 1 year ago

Through out the project DateTimeFormatter.ofPattern(pattern) is being used, This doesn't caters DateTime formats with alphabets like am/AM, pm/PM or Jan/JAN, Feb/FEB etc.