I'm having this String date as following: 2016-08-20T00:00:00-07:00
What is the meaning of "-07:00" and how to convert that to a ZonedDateTime of my choice (ex "America/New_York" )?
I'm having this String date as following: 2016-08-20T00:00:00-07:00
What is the meaning of "-07:00" and how to convert that to a ZonedDateTime of my choice (ex "America/New_York" )?