Timestamp

abstract class Timestamp extends TimestampPlatformMethods

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 hour: Int
def minute: Int
def month: Int
def second: Int
def year: Int

Concrete methods

override def toString(): String
Definition Classes
Any

Inherited methods

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