Package

agora.api

time

Permalink

package time

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. time
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type DateTimeResolver = (Now) ⇒ Timestamp

    Permalink

    Represents something which, given the current time (now), can return a resolved time

    Represents something which, given the current time (now), can return a resolved time

    e.g. a "5 minutes ago" resolver will subtract 5 minutes from the input 'now', or a fixed date resolver would ignore 'now' and just return a fixed date.

  2. type Now = LocalDateTime

    Permalink
  3. type Timestamp = LocalDateTime

    Permalink

Value Members

  1. object TimeCoords

    Permalink

    Exposes the means for some basic parsing of date/times

  2. def now(zone: ZoneId = ZoneOffset.UTC): Now

    Permalink

    returns

    the current time in UTC

  3. implicit def ordering: Ordering[io.dao.Timestamp]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped