formatDateTimeFromUtc method

String formatDateTimeFromUtc()

Implementation

String formatDateTimeFromUtc() {
  return DateFormat('yyyy-MM-dd hh:mm:ss').format(this);
}