Typedefs | |
| using | time_t = decltype(iroha::time::now()) |
Functions | |
| auto | now () |
| template<typename T > | |
| auto | now (const T &offset) |
| using iroha::time::time_t = typedef decltype(iroha::time::now()) |
|
inline |
Returns current UNIX timestamp. Represents number of milliseconds since epoch.


|
inline |
Return UNIX timestamp with given offset. Represents number of milliseconds since epoch.
