Set local Location
final detroit = getLocation('America/Detroit') setLocalLocation(detroit);
void setLocalLocation(Location location) { _local = location; }