andrewmcveigh / cljs-time

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

"o" formatter is not working when unparsing #73

Open wilkerlucio opened 8 years ago

wilkerlucio commented 8 years ago

Running:

(tf/unparse (tf/formatter "ddo") (tc/from-long 1473878547000))

Returns 14o, it seems the o is just being ignored when unparsing.

andrewmcveigh commented 8 years ago

I'm not seeing this behaviour, what version is this referring to?