Class ZoneIdSupplierTLC

java.lang.Object
dev.enola.common.time.ZoneIdSupplierTLC
All Implemented Interfaces:
ZoneIdSupplier, Supplier<ZoneId>

public final class ZoneIdSupplierTLC extends Object implements ZoneIdSupplier
ZoneIdSupplierTLC is a ZoneIdSupplier implementation that looks up the current TZ from the TLC. If it's not found there, then it checks the (static) SINGLETON. Otherwise, it falls back to one passed to the constructor.