Snippets

Oleg Chulakov Studio Seven Time ways

You are viewing an old version of this snippet. View the current version.
Revised by Владимир Самсонов c435e08
...

#import CoreLocation

...

let gps = CLLocation()
print("gps time ", gps.timestamp)

...
1
2
3
4
5
6
7
...

let defaults = UserDefaults.standard
defaults.set(Date(), forKey: "lastRun")
let lastRun = defaults.object(forKey: "lastRun") as? Date

...
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.