UTC date and time

Posted by klaus-vlad on Stack Overflow See other posts from Stack Overflow or by klaus-vlad
Published on 2010-06-09T07:16:40Z Indexed on 2010/06/09 7:22 UTC
Read the original article Hit count: 172

Filed under:

Hi,

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

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

© Stack Overflow or respective owner

Related posts about android