Y
Hacker News
new
|
ask
|
show
|
jobs
by
bilboa
2260 days ago
Python's time.time() call is also going to be affected by system time changes and thus not guaranteed to increase uniformly. So Date() in Swift and time.time() in Python are the same in that regard.
1 comments
nomel
2260 days ago
Correct, the appropriate function is time.monotonic().
link