final class ConstantZoned extends Clock1[Identity]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConstantZoned
- Clock1
- DivergenceHelper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ConstantZoned(time: ZonedDateTime, nano: Long)
Type Members
- type Divergence = Nondivergent
- Definition Classes
- DivergenceHelper
Value Members
- def epoch: Long
Should return epoch time in milliseconds (UTC timezone)
Should return epoch time in milliseconds (UTC timezone)
- Definition Classes
- ConstantZoned → Clock1
- def monotonicNano: Long
Should return a never decreasing measure of time, in nanoseconds
Should return a never decreasing measure of time, in nanoseconds
- Definition Classes
- ConstantZoned → Clock1
- def nowLocal(accuracy: ClockAccuracy, zone: ZoneId): LocalDateTime
- Definition Classes
- ConstantZoned → Clock1
- def nowOffset(accuracy: ClockAccuracy, zone: ZoneId): OffsetDateTime
- Definition Classes
- ConstantZoned → Clock1
- def nowZoned(accuracy: ClockAccuracy, zone: ZoneId): Identity[ZonedDateTime]
- Definition Classes
- ConstantZoned → Clock1
- final def widen[G[x] >: Identity[x]]: Clock1[G]
- Definition Classes
- Clock1
- Annotations
- @inline()
Deprecated Value Members
- def now(accuracy: ClockAccuracy): ZonedDateTime
Should return current time (UTC timezone)
Should return current time (UTC timezone)
- Definition Classes
- ConstantZoned → Clock1
- Annotations
- @deprecated
- Deprecated
use nowZoned