Skip to content

1.13.1 Random Date range defaults to more sensible values

Compare
Choose a tag to compare
@ctapobep ctapobep released this 10 Jun 21:40
· 34 commits to master since this release

Previously values varied from Java8 min possible to max possible.

Most people wouldn't want to go that far anyway, but yet another reason
is that there are bugs in Java that relate to the Timestamp - this
class doesn't allow dates with Long.MIN_VALUE up to
Long.MIN_VALUE+808. So now the default range includes values valid for java.util.Date.