Java SimpleDateFormat(“yyyy-MM-dd’T’HH:mm:ss’Z'”) gives timezone as IST
I have SimpleDateFormat constructor as SimpleDateFormat(“yyyy-MM-dd’T’HH:mm:ss’Z'”) and I am parsing string “2013-09-29T18:46:19Z”. I have read that here Z represents the GMT/UTC timezone. but … Read more