convertTimeZone static method

String convertTimeZone()

Implementation

static String convertTimeZone() {
  var not = DateTime.now();
  return not.timeZoneOffset.toString();
  // myCustomLogStatements('d;fls;l ${not.timeZoneOffset}');
}