NSDateFormatter return wrong date + Swift

I had the same problem and i this worked for me

You need to set the time zone

formatter.timeZone = NSTimeZone(abbreviation: "GMT+0:00")

Leave a Comment