Constructs a DateTime instance with current date and time in the local time zone.
DateTime thisInstant = new DateTime.now();
Source
DateTime.now() : this._now();
Constructs a DateTime instance with current date and time in the local time zone.
DateTime thisInstant = new DateTime.now();
DateTime.now() : this._now();