HamadBangash353
HamadBangash353
i am picking time from time zone with plugin. if you want code i can post it. Like if i want to pick azan time for Australia than i pass...
``` tz.initializeTimeZones(); String timeZoneName = tzmap.latLngToTimezoneString(lat, lng); var timeZoneLocation = tz.getLocation(timeZoneName); final tz.TZDateTime now = tz.TZDateTime.now(timeZoneLocation); var timeInUtc = DateTime.utc(1970, 1, 1); var timeZone = timeZoneLocation.timeZone(timeInUtc.millisecondsSinceEpoch); print(timeZone.offset); //offset conversion print("MyOffset...