Packages

package lang

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package collections

Type Members

  1. class AsiaTokyoTZ extends RuntimeTZ

    When using a fixed time zone

    When using a fixed time zone

    object MyTZ extends AsiaTokyoTZ with AutoInject
  2. trait RuntimeTZ extends AnyRef

    Runtime timezone settings.

    Runtime timezone settings. By first overwriting, you can change the TimeZone handled by ScalaTime.

  3. class ScalaTime extends Injector with AutoInject

    Use DI as a starting point.

    Use DI as a starting point. MyService(st: ScalaTime) { import st._

    "2020-01-01".datetime } By default, the system default TimeZone is used. I would override it as needed and refer to it by mixing in the AutoInject.

    Annotations
    @Inject(Finally)
  4. class UtcTZ extends RuntimeTZ

Value Members

  1. object RuntimeTZ extends RuntimeTZ with AutoInject

    TimeZone used by default.

    TimeZone used by default.

    Annotations
    @Inject(Finally)
  2. object ScalaTimeSupport

Deprecated Value Members

  1. object ScalaTime extends ScalaTime
    Annotations
    @deprecated @Inject(Finally)
    Deprecated

    Instead, use dependency injection

Ungrouped