datetime/injectable_clock_utils library

Injectable clock for tests (consistent "now") — roadmap #614.

Classes

FixedClock
Fixed clock for tests.
InjectableClockUtils
Abstract clock; implementations provide a deterministic or live "now".
SystemClock
Live clock.

Properties

defaultClock InjectableClockUtils
Current clock used by code that depends on injectable time. Tests can set this to a FixedClock for deterministic "now".
getter/setter pair