Package io.atlasmap.converters
Class DateTimeHelper
java.lang.Object
io.atlasmap.converters.DateTimeHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GregorianCalendarconvertDateToGregorianCalendar(Date date, String timeZone) static LocalDateconvertDateToLocalDate(Date date, String timeZone) static LocalDateTimeconvertDateToLocalDateTime(Date date, String timeZone) static LocalTimeconvertDateToLocalTime(Date date, String timeZone) static DateconvertDateToSqlDate(Date date, String timeZone) static TimeconvertDateToTime(Date date, String timeZone) static DateconvertLocalDateTimeToDate(LocalDateTime localDateTime, String timeZone) static DateconvertLocalTimeToDate(LocalTime localTime, String timeZone) static DateconvertSqlDateToDate(Date date, String timeZone) static DateconvertSqlTimeToDate(Time time, String timeZone) static ZonedDateTimetoZonedDateTime(LocalDate date, String timeZone) static ZonedDateTimetoZonedDateTime(LocalDateTime date, String timeZone) static ZonedDateTimetoZonedDateTime(LocalTime time, String timeZone) static ZonedDateTimetoZonedDateTime(Calendar calendar) static ZonedDateTimetoZonedDateTime(Date date, String timeZone)
-
Constructor Details
-
DateTimeHelper
public DateTimeHelper()
-
-
Method Details
-
convertDateToGregorianCalendar
-
convertSqlDateToDate
-
convertDateToSqlDate
-
convertSqlTimeToDate
-
convertDateToLocalDate
-
convertLocalTimeToDate
-
convertDateToLocalTime
-
convertLocalDateTimeToDate
-
convertDateToLocalDateTime
-
convertDateToTime
-
toZonedDateTime
-
toZonedDateTime
-
toZonedDateTime
-
toZonedDateTime
-
toZonedDateTime
-