OffsetTimes

public final class OffsetTimes

Deprecated

Routines for working with OffsetTime.

Deprecated

please use LocalTime in combination with ZoneId.

Functions

Link copied to clipboard
public static SerializableConverter<OffsetTime, OffsetTime> converter()
Obtains converter from Java Time.
Link copied to clipboard
public static OffsetTime of(OffsetTime value)
Creates a new instance by passed Java Time value.
public static OffsetTime of(LocalTime time, ZoneOffset zoneOffset)
Obtains offset time using LocalTime and ZoneOffset.
Link copied to clipboard
public static OffsetTime parse(String str)
Parse from ISO-8601 string to OffsetTime.
Link copied to clipboard
public static OffsetTime toJavaTime(OffsetTime value)
Coverts the passed value to Java Time instance.
Link copied to clipboard
public static String toString(OffsetTime value)
Returns a ISO-8601 time string corresponding to the passed value.