what is t in the date in java

Solutions on MaxInterview for what is t in the date in java by the best coders in the world

showing results for - "what is t in the date in java"
Hannes
03 Apr 2020
1The T is just a literal to separate the date from the time, and the Z means "zero hour offset" also known as "Zulu time" (UTC). If your strings always have a "Z" you can use: SimpleDateFormat format = new SimpleDateFormat( "yyyy-MM-dd'T'HH:mm:ss. SSS'Z'", Locale.US); format. setTimeZone(TimeZone.07-Dec-2011