List of utility methods to do Second Get
int s = 0; s += (Integer.parseInt(targetTime.split(":")[0]) * 60 * 60); s += (Integer.parseInt(targetTime.split(":")[1]) * 60); s += Integer.parseInt(targetTime.split(":")[2]); return s;