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