Created_at timezone

I don’t know what the “correct” way to do this would be but personally found it easiest to convert the date and time API gives to unix time stamp, then get current unix time, subtract the APIs time from current and then convert the result back to the format you need.