Skip to content

Instantly share code, notes, and snippets.

@Superbil
Last active December 2, 2017 06:10
Show Gist options
  • Save Superbil/46a4260d864990c4f25cc0bbdd3e41a3 to your computer and use it in GitHub Desktop.
Save Superbil/46a4260d864990c4f25cc0bbdd3e41a3 to your computer and use it in GitHub Desktop.
let calendar = Calendar(identifier: .gregorian)
let timeZone = TimeZone(secondsFromGMT: 0)
let date = DateComponents(calendar: calendar, timeZone: timeZone, year: 2017, month: 12, day: 2, hour: 0, minute: 15).date
print(date!.timeIntervalSince1970)
// 1512173700
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment