OffsetTime.now constructor
OffsetTime.now()
Creates a OffsetTime that represents the current time.
Implementation
OffsetTime.now(): this._now(DateTime.now());
Creates a OffsetTime that represents the current time.
OffsetTime.now(): this._now(DateTime.now());