tags:

views:

22

answers:

0

Hi,

How can I obtain the current UTC time and date using a gps location changed lsitener ?

 public void onLocationChanged(Location lastLocation)
  {
     lastLocation.getTime()
  }