Java: Java Program to Convert 12-Hour Time Format to 24-Hour...
it could be the reason for the 12-hour format. However, I am curious about why Calendar.getTime() returns the time in PST while SimpleDateFormat.format() converts it to GMT and displays it.