ILibTimeZone.fromLocale constructor
Create the zone that locale commonly uses.
Implementation
ILibTimeZone.fromLocale(String locale, [Map<String, dynamic>? allZoneData])
: this(ILibLocaleInfo(locale).getTimeZone(), allZoneData);
Create the zone that locale commonly uses.
ILibTimeZone.fromLocale(String locale, [Map<String, dynamic>? allZoneData])
: this(ILibLocaleInfo(locale).getTimeZone(), allZoneData);