mirror of https://github.com/PurpleI2P/i2pd.git
orignal
8 years ago
6 changed files with 17 additions and 2 deletions
@ -0,0 +1,10 @@ |
|||||||
|
#include "Timestamp.h" |
||||||
|
|
||||||
|
namespace i2p |
||||||
|
{ |
||||||
|
namespace util |
||||||
|
{ |
||||||
|
std::chrono::system_clock::duration g_TimeOffset = std::chrono::system_clock::duration::zero (); |
||||||
|
} |
||||||
|
} |
||||||
|
|
Loading…
Reference in new issue