public abstract class Clock extends Object
| Constructor and Description |
|---|
Clock() |
| Modifier and Type | Method and Description |
|---|---|
static Clock |
fixed(Instant fixedInstant,
ZoneId zone) |
abstract ZoneId |
getZone() |
abstract Instant |
instant() |
long |
millis() |
static Clock |
systemDefaultZone() |
static Clock |
systemUTC() |
Copyright © 2026. All rights reserved.