Moment constructor

Moment()

Default Moment constructor. Creates a new Moment instance based on current time in the local time zone.

Implementation

Moment() {
  _date = _now();
}