I am trying to convert a date string field to a date. Problem is the string field has offset for Eastern time in it. How to convert it to date time?
Date String: 2016-09-21T10:01:43-04:00
This has to be converted to valid Date Time in Amazon AWS Athena. Tried From_iso8601_timestamp, date_parse. But no luck.