mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-20 16:26:39 +01:00
11 lines
160 B
C++
11 lines
160 B
C++
|
#include "Timestamp.h"
|
||
|
|
||
|
namespace i2p
|
||
|
{
|
||
|
namespace util
|
||
|
{
|
||
|
std::chrono::system_clock::duration g_TimeOffset = std::chrono::system_clock::duration::zero ();
|
||
|
}
|
||
|
}
|
||
|
|