now static method

Constructs a new TemporalTimestamp at the current date.

Implementation

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