Timestamp

abstract

Platform-agnostic UTC timestamp representation.

The schematic.TimePlatformCompat trait provides a "nowUTC" method to get the current time.

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def day: Int
def epochSecond: Long
def format(format: TimestampFormat): String
def hour: Int
def minute: Int
def month: Int
def nanoseconds: Int
def second: Int
def year: Int

Concrete methods

def conciseDate: String
def conciseDateTime: String
def formatted: String
def isAfter(other: Timestamp): Boolean
override
def toString(): String
Definition Classes
Any

Inherited methods

def toInstant: Instant
def toLocalDate: LocalDate
def toOffsetDateTime: OffsetDateTime