getLocalTimezone static method

String getLocalTimezone()

Implementation

static String getLocalTimezone() {
  final DateTime now = DateTime.now();
  return _mapToIANA(now.timeZoneName, _formatOffset(now.timeZoneOffset));
}