Timestamps

scalapb.json4s.Timestamps$
object Timestamps

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def checkValid(ts: Timestamp): Timestamp
def formatNanos(nanos: Int): String
def isValid(ts: Timestamp): Boolean
def normalizedTimestamp(seconds: Long, nanos: Int): Timestamp
def parseTimestamp(value: String): Timestamp
def parseTimezoneOffset(s: String): Long
def writeTimestamp(ts: Timestamp): String