- AT_0AD - Static variable in class io.inbot.datemath.DateMath
-
1st of January, 0 AD at 00:00 UTC
- AT_EPOCH - Static variable in class io.inbot.datemath.DateMath
-
1st of January 1970 at 00:00 UTC
if you are going to use a min date, this is a safe default unless you want to deal with negative epoch millis/seconds
- AT_Y10K - Static variable in class io.inbot.datemath.DateMath
-
31st of December, 9999 at 00:00 UTC, gives you some wiggle room to adjust to later timezones without getting 5 digits in the year.
- AT_Y2K - Static variable in class io.inbot.datemath.DateMath
-
1st of January, 2000 at 00:00 UTC
- AT_Y2K38 - Static variable in class io.inbot.datemath.DateMath
-
The latest time that can be represented in Unix's signed 32-bit integer time format is 03:14:07 UTC on Tuesday, 19 January 2038 (2,147,483,647 seconds after 1 January 1970)
https://en.wikipedia.org/wiki/Year_2038_problem