toLocal property

DateTime get toLocal

Converts this date to local time

Implementation

DateTime get toLocal => DateCalculations.toLocal(this);