get Local Time At Location
fun getLocalTimeAtLocation(location: GeoCoordinates, utcUnixTimestamp: Long, listener: ReverseGeocoder.TimeAtLocationResultListener, executor: Executor? = null)
Converts given UTC timestamp to local UTC unix timestamp for given location
Parameters
location
the location from which you want to get the local time
utc Unix Timestamp
utcTimestamp to convert to local timestamp
listener
TimeAtLocationResultListener callback listener
executor
which will execute callback methods