|
|
|
|
|
by Too
1424 days ago
|
|
If one is relying on time of all actors in a distributed system to be perfectly in sync, you already have a bug, leap seconds or not. (unless you are Google Spanner) For timers within a single system, use monotonic clock of your own cpu. |
|