Skip navigation links
A D F I N P R T 

A

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

D

DateMath - Class in io.inbot.datemath
Utility class to assist with parsing iso timestamps or expressions that manipulate such timestamps to a java.time.Instant.
DateMath() - Constructor for class io.inbot.datemath.DateMath
 

F

formatIsoDate(OffsetDateTime) - Static method in class io.inbot.datemath.DateMath
 
formatIsoDate(LocalDate) - Static method in class io.inbot.datemath.DateMath
 
formatIsoDate(LocalDateTime) - Static method in class io.inbot.datemath.DateMath
 
formatIsoDate(Instant) - Static method in class io.inbot.datemath.DateMath
Use this instead of Instant.toString() to ensure you always end up with the same pattern instead of 'smartly' loosing fractionals depending on what time it is.
formatIsoDate(long) - Static method in class io.inbot.datemath.DateMath
 
formatIsoDateNoMs(Instant) - Static method in class io.inbot.datemath.DateMath
 
formatIsoDateNow() - Static method in class io.inbot.datemath.DateMath
 
formatSimpleIsoTimestamp(Instant) - Static method in class io.inbot.datemath.DateMath
 

I

io.inbot.datemath - package io.inbot.datemath
 
isValid(String) - Static method in class io.inbot.datemath.DateMath
 

N

now() - Static method in class io.inbot.datemath.DateMath
 

P

parse(String) - Static method in class io.inbot.datemath.DateMath
 
parse(String, String) - Static method in class io.inbot.datemath.DateMath
 

R

renderMonthYear(Instant, ZoneId, Locale) - Static method in class io.inbot.datemath.DateMath
 
renderWeekYear(Instant, ZoneId, Locale) - Static method in class io.inbot.datemath.DateMath
 

T

toInstant(LocalDate) - Static method in class io.inbot.datemath.DateMath
 
toInstant(LocalDateTime) - Static method in class io.inbot.datemath.DateMath
 
A D F I N P R T 
Skip navigation links

Copyright © 2016 Inbot. All Rights Reserved.