toLocalTimeZone method

Future<DateTime> toLocalTimeZone()

Implementation

Future<DateTime> toLocalTimeZone(){
  return _fromUtcToLocal(this);
}