Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
2 of 2
deleted 4 characters in body
assylias

If you use Java 7+, this pattern should work (X is for the ISO 8601 time zone):

SimpleDateFormat fmt = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ssX");
assylias