Bekreth / jetedge

A Java library to take POJO classes and create a stream of randomized instances.
Apache License 2.0
6 stars 8 forks source link

Create a ZonedDateTimeLimter #129

Closed Bekreth closed 6 years ago

Bekreth commented 6 years ago

What shortcoming will this fix cover

While the Jetedge package contains a limiter for Date, this is less practical than a ZonedDateTimeLimter given that Zoned Date Time is used much more frequently now-a-days than Date

Why its important to make this change

It allows for people using more sensible date objects not to have to continually remake this simple component

How much time I would invest in making this patch (if I had the free time to do it)

3 hours

Bekreth commented 6 years ago

https://github.com/Bekreth/jetedge/pull/149