How to find out the current timezone offset on the device in HOURS ?
Here's an easy way to do this in Swift 3:
let offsetInHours = Double(TimeZone.current.secondsFromGMT()) / 3600.0