IzTime

izumi.fundamentals.platform.time.IzTime$
See theIzTime companion trait
object IzTime extends IzTime with IzTimeOrdering

Attributes

Companion:
trait
Graph
Supertypes
trait IzTime
class Object
trait Matchable
class Any
Self type
IzTime.type

Members list

Concise view

Value members

Inherited methods

def isoNow: String

Attributes

Inherited from:
IzTime
def utcNow: ZonedDateTime

Attributes

Inherited from:
IzTime
def utcNowOffset: OffsetDateTime

Attributes

Inherited from:
IzTime

Inherited fields

final val EPOCH: ZonedDateTime

Attributes

Inherited from:
IzTime
final val EPOCH_OFFSET: OffsetDateTime

Attributes

Inherited from:
IzTime
final val ISO_DATE: DateTimeFormatter

Attributes

Inherited from:
IzTimeSafe
final val ISO_DATE_TIME_3NANO: DateTimeFormatter

Attributes

Inherited from:
IzTimeSafe
final lazy val ISO_LOCAL_DATE: DateTimeFormatter

Attributes

Inherited from:
IzTimeSafe
final lazy val ISO_LOCAL_DATE_TIME_3NANO: DateTimeFormatter

Attributes

Inherited from:
IzTimeSafe
final lazy val ISO_LOCAL_TIME_3NANO: DateTimeFormatter

Attributes

Inherited from:
IzTimeSafe
final lazy val ISO_OFFSET_DATE_TIME_3NANO: DateTimeFormatter

Attributes

Inherited from:
IzTime
final lazy val ISO_OFFSET_TIME_3NANO: DateTimeFormatter

Attributes

Inherited from:
IzTimeSafe
final val ISO_TIME_3NANO: DateTimeFormatter

Attributes

Inherited from:
IzTimeSafe
final lazy val ISO_ZONED_DATE_TIME_3NANO: DateTimeFormatter

Attributes

Inherited from:
IzTime
final val TZ_UTC: ZoneId

Attributes

Inherited from:
IzTime

Implicits

Inherited implicits

implicit val dateOrdering: Ordering[Date]

Attributes

Inherited from:
IzTimeOrderingSafe
implicit val instantDateTimeOrdering: Ordering[Instant]

Attributes

Inherited from:
IzTimeOrderingSafe
implicit val localDateOrdering: Ordering[LocalDate]

Attributes

Inherited from:
IzTimeOrderingSafe
implicit val localDateTimeOrdering: Ordering[LocalDateTime]

Attributes

Inherited from:
IzTimeOrderingSafe
implicit val localTimeOrdering: Ordering[LocalTime]

Attributes

Inherited from:
IzTimeOrderingSafe
final implicit def maybeStringToParseableTime(value: Option[String]): IzOptionalTimeParsers

Attributes

Inherited from:
IzTime
implicit val offsetDateTimeOrdering: Ordering[OffsetDateTime]

Attributes

Inherited from:
IzTimeOrderingSafe
implicit val offsetTimeOrdering: Ordering[OffsetTime]

Attributes

Inherited from:
IzTimeOrderingSafe
final implicit def stringToParseableTime(value: String): IzTimeParsers

Attributes

Inherited from:
IzTime
final implicit def toRichDate(value: Date): IzDate

Attributes

Inherited from:
IzTimeSafe
final implicit def toRichDuration(duration: Duration): IzDuration

Attributes

Inherited from:
IzTimeSafe
final implicit def toRichLocalDateTime(timestamp: LocalDateTime): IzLocalDateTime

Attributes

Inherited from:
IzTimeSafe
final implicit def toRichLong(value: Long): IzLongParsers

Attributes

Inherited from:
IzTime
final implicit def toRichOffsetDateTime(timestamp: OffsetDateTime): IzOffsetDateTime

Attributes

Inherited from:
IzTimeSafe
final implicit def toRichZonedDateTime(timestamp: ZonedDateTime): IzZonedDateTime

Attributes

Inherited from:
IzTime
implicit val zonedDateTimeOrdering: Ordering[ZonedDateTime]

Attributes

Inherited from:
IzTimeOrdering