I'm working with an API which returns dates in the following format:
2017-07-28T12:36:17Z
I'm used to working with unix timestamps. What I need to do ultimately is add an hour to the time segment in order to account for British Summer Time.
How can I cast this data as a date, add an hour and then output the time segment?