Its hard to test out programs that rely on time for example: ``` now().Sub(StartTime) >= 40*duration("24h") ``` Would it be possible to allow a testing option for `now()` to give a predictable/settable time?