time/)Time synchronization interfaces and utilities available to all I2P applications. The full router-specific implementation lives in net.i2p.router.time.
Timestamper provides the current time (including offset adjustment), and BuildTime tracks build timestamps. These interfaces let applications coordinate timing with network peers and manage clock skew without depending on a router context.
| Class | Purpose |
|---|---|
Timestamper |
Provides current time with offset handling |
BuildTime |
Tracks the build timestamp |
core/java/src/net/i2p/README.md — core source mapnet.i2p.router.time