Constants for infinite future and infinite past
Project moved to GitHub
Brought to you by:
broneill,
scolebourne
Wouldn't it be nice to have a DateTime constant to express infinitely remote moment in future (and past), so that any date would be before (or after) that moment. This would be very useful to express never-ending time intervals, etc.
I know there are ways to do this (sort of new DateTime(Long.MAX_VALUE)
). Yet, having a constant would be a bit nicer.
This does make some sense, however I want to get any naming in line with JSR-310, so I'll wait for now.