Package io.atlasmap.converters
Class DateTimeHelper
- java.lang.Object
-
- io.atlasmap.converters.DateTimeHelper
-
public class DateTimeHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description DateTimeHelper()
-
Method Summary
-
-
-
Method Detail
-
convertDateToGregorianCalendar
public static GregorianCalendar convertDateToGregorianCalendar(Date date, String timeZone)
-
convertLocalTimeToDate
public static Date convertLocalTimeToDate(LocalTime localTime, String timeZone)
-
convertLocalDateTimeToDate
public static Date convertLocalDateTimeToDate(LocalDateTime localDateTime, String timeZone)
-
convertDateToLocalDateTime
public static LocalDateTime convertDateToLocalDateTime(Date date, String timeZone)
-
toZonedDateTime
public static ZonedDateTime toZonedDateTime(Calendar calendar)
-
toZonedDateTime
public static ZonedDateTime toZonedDateTime(Date date, String timeZone)
-
toZonedDateTime
public static ZonedDateTime toZonedDateTime(LocalDate date, String timeZone)
-
toZonedDateTime
public static ZonedDateTime toZonedDateTime(LocalTime time, String timeZone)
-
toZonedDateTime
public static ZonedDateTime toZonedDateTime(LocalDateTime date, String timeZone)
-
-