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