I get wrong time after conversion. This is my code to converse:
SimpleDateFormat dateFormat = new SimpleDateFormat(
"yyyy-MM-dd'T'HH:mm:ss'Z'", Locale.ENGLISH);
this is time which I try to converse: 2000-01-01T12:35:00Z
and still get 12:35:00. On iOS I get 13:35:00. Any idea why?