andrewmcveigh / cljs-time

A clj-time inspired date library for clojurescript.
342 stars 57 forks source link

"yy" format wrong parsing #108

Closed raduvarga closed 6 years ago

raduvarga commented 6 years ago

When I parse this format "MM/dd/yy", for 10/25/17 I get Oct 25 1917.

The same values works well for the original clj.time. (returns the year 2017).