ZCurrentTimeMillis

zio.temporal.ZCurrentTimeMillis
final class ZCurrentTimeMillis extends AnyVal

Represents current timestamp in epoch millis format

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def toInstant: Instant
def toLocalDateTime(offset: ZoneOffset): LocalDateTime
def toOffsetDateTime(offset: ZoneOffset): OffsetDateTime
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

val toEpochMillis: Long