The device time was obtained using the Calendar.getTime() method which returned the value "Tue Feb 01 11:33:35 PST 2000". When the value 19:33 (24 Hour format) is passed to SimpleDateFormat.format(Calendar.getTime()), it returns 7:33 PM in the TIME_ONLY format. I am perplexed. ...