Constructs a DateTime instance with current date and time in the local time zone.
IO wrapper around dart DateTime.now().
DateTime.now()
IO<DateTime> get dateNow => const IO(DateTime.now);