Swift – Get local date and time
update: Xcode 8.2.1 • Swift 3.0.2 You can also use the Date method description(with locale: Locale?) to get user’s localized time description: A string representation of the Date, using the given locale, or if the locale argument is nil, in the international format YYYY-MM-DD HH:MM:SS ±HHMM, where ±HHMM represents the time zone offset in hours … Read more