Im currently working on the android application, in which i want to get UTC time from the internet and identify the current local time.
Im a newbie to android development, can anyone help me out?
Im currently working on the android application, in which i want to get UTC time from the internet and identify the current local time.
Im a newbie to android development, can anyone help me out?
SimpleDateFormat dateFormatGmt = new SimpleDateFormat("yyyy-MMM-dd HH:mm:ss");
dateFormatGmt.setTimeZone(TimeZone.getTimeZone("GMT"));
you using code in same java