Creates Clock that always considers the current time to be time.
time
Clock.fixed(DateTime time) : _time = (() => time);