now static method

Constructs a new TemporalDateTime at the current date

Implementation

static TemporalDateTime now() {
  return TemporalDateTime(DateTime.now());
}