bitemyapp / revise

RethinkDB client for Clojure
146 stars 8 forks source link

Add an optional default_timezone to r/iso8601 #15

Open danielytics opened 10 years ago

danielytics commented 10 years ago

The iso8601 function fails if the string does not contain a timezone. The javascript driver's function r.ISO8601 allows an optional default timezone to be specified. Revise should do the same.

cesarbp commented 10 years ago

I'm leaning towards supporting joda time (j.u.Date in java 1.8). Thoughts?

danielytics commented 10 years ago

I agree - that would make it compatible with clj-time, right?

cesarbp commented 10 years ago

Sure