stoicflame / ofx4j

Apache License 2.0
75 stars 50 forks source link

java.time support? #50

Closed icecreamhead closed 4 years ago

icecreamhead commented 4 years ago

Is there any plan/desire to add native support for the modern java.time datetime API rather than the deprecated java.util.Date API which it currently uses? One benefit would be the ability to support zone offset information in datetime fields.

stoicflame commented 4 years ago

Hi!

I don't personally have plans for the engagement, but If you'd like to put together a pull request I'd be happy to merge it.

icecreamhead commented 4 years ago

Great, I'll see how much work is involved. Thanks 👍