dateFormat’s One Big Mistake
Your location. Your timeZone.
This article will cover the big issue with dateFormatter, and how you might overcome it. Be aware that I’ve coded everything within this article in Swift using Playgrounds.
No Problem: Creating a Date
let now: Date = Date()