We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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?
now()