Timestamp

object Timestamp extends TimePlatformCompat

The smithy4s.TimePlatformCompat contains all the platform-specific code that has to do with retrieving time from the system, and is provided for the hree platforms (jvm/js/native.)

Companion:
class
trait TimePlatformCompat
class Object
trait Matchable
class Any

Type members

Inherited classlikes

case class Error extends RuntimeException
Inherited from:
TimestampCompanion

Value members

Concrete methods

Inherited methods

def apply(year: Int, month: Int, day: Int, hour: Int, minute: Int, second: Int, nanoseconds: Int): Timestamp
Inherited from:
TimePlatformCompat
def fromEpochSecond(epochSecond: Long): Timestamp
Inherited from:
TimePlatformCompat
def fromInstant(instant: Instant): Timestamp
Inherited from:
TimePlatformCompat
def fromLocalDate(date: LocalDate): Timestamp
Inherited from:
TimePlatformCompat
def fromOffsetDateTime(dateTime: OffsetDateTime): Timestamp
Inherited from:
TimePlatformCompat
Inherited from:
TimePlatformCompat
def parse(string: String, format: TimestampFormat): Option[Timestamp]
Inherited from:
TimestampCompanion
protected def parseDateTime(string: String): Option[Timestamp]
Inherited from:
TimePlatformCompat
protected def parseHttpDate(string: String): Option[Timestamp]
Inherited from:
TimePlatformCompat