JodaFormats

org.scanamo.joda.JodaFormats
object JodaFormats

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Implicits

Implicits

implicit val jodaInstantAsLongFormat: DynamoFormat[Instant]

Format for dealing with points in time stored as the number of milliseconds since Epoch.

Format for dealing with points in time stored as the number of milliseconds since Epoch.

Attributes

implicit val jodaStringFormat: DynamoFormat[DateTime]

Convenient, readable format for Joda DateTime, but requires that all dates serialised have a consistent chronology and time zone.

Convenient, readable format for Joda DateTime, but requires that all dates serialised have a consistent chronology and time zone.

Attributes