This module parallels elm/time's Time
module.
Pull requests are welcome to add any functions that are missing.
The functions here produce SimulatedEffect
s instead of Cmd
s, which are meant to be used
to help you implement the function to provide when using ProgramTest.withSimulatedEffects
.
now : ProgramTest.SimulatedTask x Time.Posix
Get the POSIX time at the moment when this task is run.