TimestampCompanion

Trait that is meant to be implemented in platform-specific ways, abstracing over logic that has to do with retrieving time from the system.

class Object
trait Matchable
class Any

Type members

Classlikes

case class Error extends RuntimeException

Value members

Abstract methods

def apply(year: Int, month: Int, day: Int, hour: Int, minute: Int, second: Int, nanoseconds: Int): Timestamp
def fromEpochSecond(epochSecond: Long): Timestamp
protected def parseDateTime(s: String): Option[Timestamp]
protected def parseHttpDate(s: String): Option[Timestamp]

Concrete methods

def parse(string: String, format: TimestampFormat): Option[Timestamp]