Is there a way to obtain the time zone from the callbacks received
void onLocationChanged(Location location)
using the time information that can be obtained from the location parameter
long Time = location.getTime();
Or if there is another way please provide info!
You can use web service provided by the geonames.org.
Supply latitude and longitude to get the time zone information.
http://ws.geonames.org/timezoneJSON?lat=47.01&lng=10.2: