Feature Request: Support duration creation from iso 8601 strings
joevandyk opened this issue · comments
Joe Van Dyk commented
asset_equal 60, Duration.new("PT1M').to_i
This would let me support loading interval
data types from postgresql into a Duration object. http://www.postgresql.org/docs/9.1/static/datatype-datetime.html
Joe Van Dyk commented
Pull request #7 submitted